mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +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
a353b3332a
commit
c2a3249f98
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue