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 41276e8b9b
commit 52a8caedf6
2 changed files with 0 additions and 4 deletions

View file

@ -313,8 +313,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);

View file

@ -223,8 +223,6 @@ public class StyledPlayerView 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 StyledPlayerView(Context context) {
this(context, /* attrs= */ null);