mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove unused constants from (Styled/Legacy)PlayerView
These were added inb57aa34b66and then not removed when the rest of the code was removed in0b0277af50PiperOrigin-RevId: 432419684
This commit is contained in:
parent
41276e8b9b
commit
52a8caedf6
2 changed files with 0 additions and 4 deletions
|
|
@ -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 {
|
||||||
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);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue