Home
last modified time | relevance | path

Searched refs:ACTION_REPEAT (Results 1 – 9 of 9) sorted by relevance

/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DMusicPlayerFragment.java90 if ((supportedActions & ACTION_REPEAT) != 0 && mRepeatAction == null) { in onCreateSecondaryActions()
93 } else if ((supportedActions & ACTION_REPEAT) == 0 in onCreateSecondaryActions()
DPlaybackTransportControlGlueSample.java341 } else if ((actionsFromPlayerAdapter & PlaybackBaseControlGlue.ACTION_REPEAT) != 0) { in getPlaybackStateActions()
/frameworks/support/leanback/src/main/java/androidx/leanback/media/
DMediaControllerAdapter.java21 import static androidx.leanback.media.PlaybackBaseControlGlue.ACTION_REPEAT;
305 supportedActions |= ACTION_REPEAT; in getSupportedActions()
DPlaybackBaseControlGlue.java99 public static final int ACTION_REPEAT = 0x200; field in PlaybackBaseControlGlue
/frameworks/support/leanback/api/
Dcurrent.txt1106 field public static final int ACTION_REPEAT = 512; // 0x200
/frameworks/support/leanback/api_legacy/
Dcurrent.txt1106 field public static final int ACTION_REPEAT = 512; // 0x200
D27.0.0.txt1128 field public static final int ACTION_REPEAT = 512; // 0x200
D27.1.0.txt1106 field public static final int ACTION_REPEAT = 512; // 0x200
D28.0.0-alpha1.txt1106 field public static final int ACTION_REPEAT = 512; // 0x200