Commit 52a8caed by ibaker Committed by Ian Baker

Remove unused constants from (Styled/Legacy)PlayerView

These were added in
https://github.com/google/ExoPlayer/commit/b57aa34b66554097b0ea2296b05c828847e1fdd2
and then not removed when the rest of the code was removed in
https://github.com/google/ExoPlayer/commit/0b0277af5001e5e669b007d33dcfffbf6e9d26db

PiperOrigin-RevId: 432419684
parent 41276e8b
...@@ -313,8 +313,6 @@ public class PlayerView extends FrameLayout implements AdViewProvider { ...@@ -313,8 +313,6 @@ public class PlayerView extends FrameLayout implements AdViewProvider {
private boolean controllerHideOnTouch; private boolean controllerHideOnTouch;
private int textureViewRotation; private int textureViewRotation;
private boolean isTouching; 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) { public PlayerView(Context context) {
this(context, /* attrs= */ null); this(context, /* attrs= */ null);
......
...@@ -223,8 +223,6 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider { ...@@ -223,8 +223,6 @@ public class StyledPlayerView extends FrameLayout implements AdViewProvider {
private boolean controllerHideOnTouch; private boolean controllerHideOnTouch;
private int textureViewRotation; private int textureViewRotation;
private boolean isTouching; 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) { public StyledPlayerView(Context context) {
this(context, /* attrs= */ null); this(context, /* attrs= */ null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment