Remove unused constants from (Styled/Legacy)PlayerView

These were added in
b57aa34b66
and then not removed when the rest of the code was removed in
0b0277af50

PiperOrigin-RevId: 432419684
This commit is contained in:
ibaker 2022-03-04 13:07:27 +00:00 committed by Ian Baker
parent a353b3332a
commit c2a3249f98

View file

@ -227,8 +227,6 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
private boolean controllerHideOnTouch;
private int textureViewRotation;
private boolean isTouching;
private static final int PICTURE_TYPE_FRONT_COVER = 3;
private static final int PICTURE_TYPE_NOT_SET = -1;
public PlayerView(Context context) {
this(context, /* attrs= */ null);