HomeSort by relevance Sort by last modified time
    Searched refs:supportedActions (Results 1 - 11 of 11) sorted by null

  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
MediaControllerAdapter.java 283 long supportedActions = 0;
285 return supportedActions;
290 supportedActions |= ACTION_PLAY_PAUSE;
293 supportedActions |= ACTION_SKIP_TO_NEXT;
296 supportedActions |= ACTION_SKIP_TO_PREVIOUS;
299 supportedActions |= ACTION_FAST_FORWARD;
302 supportedActions |= ACTION_REWIND;
305 supportedActions |= ACTION_REPEAT;
308 supportedActions |= ACTION_SHUFFLE;
310 return supportedActions;
    [all...]
PlaybackBannerControlGlue.java 280 final long supportedActions = getSupportedActions();
281 if ((supportedActions & ACTION_SKIP_TO_PREVIOUS) != 0 && mSkipPreviousAction == null) {
284 } else if ((supportedActions & ACTION_SKIP_TO_PREVIOUS) == 0
289 if ((supportedActions & ACTION_REWIND) != 0 && mRewindAction == null) {
292 } else if ((supportedActions & ACTION_REWIND) == 0 && mRewindAction != null) {
296 if ((supportedActions & ACTION_PLAY_PAUSE) != 0 && mPlayPauseAction == null) {
300 } else if ((supportedActions & ACTION_PLAY_PAUSE) == 0 && mPlayPauseAction != null) {
304 if ((supportedActions & ACTION_FAST_FORWARD) != 0 && mFastForwardAction == null) {
310 } else if ((supportedActions & ACTION_FAST_FORWARD) == 0 && mFastForwardAction != null) {
314 if ((supportedActions & ACTION_SKIP_TO_NEXT) != 0 && mSkipNextAction == null)
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
MusicPlayerFragment.java 88 final long supportedActions = getSupportedActions();
90 if ((supportedActions & ACTION_REPEAT) != 0 && mRepeatAction == null) {
93 } else if ((supportedActions & ACTION_REPEAT) == 0
99 if ((supportedActions & ACTION_SHUFFLE) != 0 && mShuffleAction == null) {
102 } else if ((supportedActions & ACTION_SHUFFLE) == 0
123 long supportedActions = super.getSupportedActions();
127 return supportedActions
PlaybackTransportControlGlueSample.java 329 long supportedActions = 0L;
332 supportedActions |= PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
334 supportedActions |= PlaybackStateCompat.ACTION_SKIP_TO_NEXT;
336 supportedActions |= PlaybackStateCompat.ACTION_REWIND;
338 supportedActions |= PlaybackStateCompat.ACTION_FAST_FORWARD;
340 supportedActions |= PlaybackStateCompat.ACTION_PLAY_PAUSE;
342 supportedActions |= PlaybackStateCompat.ACTION_SET_REPEAT_MODE;
344 supportedActions |= PlaybackStateCompat.ACTION_SET_SHUFFLE_MODE;
346 return supportedActions;
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.0/
accessibility-test-framework-2.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/apps/common/testing/accessibility/framework/accessibility-test-framework/2.1/
accessibility-test-framework-2.1.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 764 milliseconds