Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0fdcc97 authored by Insun Kang's avatar Insun Kang
Browse files

VideoView2: Move MediaContolView2's hidden constant

Bug: 74173212
Test: VideoViewTest app
Change-Id: Ic91e0b0bfb910d555c1dbe77f028a017f2a18b79
parent 999e97f4
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -134,24 +134,6 @@ public class MediaControlView2 extends ViewGroupHelper<MediaControlView2Provider
     */
    public static final int BUTTON_SETTINGS = 11;

    /**
     * String for receiving command to show subtitle from MediaSession. Can be checked by
     * implementing {@link android.media.session.MediaSession.Callback#onCommand}
     * @hide
     */
    public static final String COMMAND_SHOW_SUBTITLE = "showSubtitle";
    /**
     * String for receiving command to hide subtitle from MediaSession. Can be checked by
     * implementing {@link android.media.session.MediaSession.Callback#onCommand}
     * @hide
     */
    public static final String COMMAND_HIDE_SUBTITLE = "hideSubtitle";

    /**
     * @hide TODO: remove once the implementation is revised
     */
    public static final String COMMAND_SET_FULLSCREEN = "setFullscreen";

    public MediaControlView2(@NonNull Context context) {
        this(context, null);
    }