HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SKIP_TO_PREVIOUS (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/support/leanback/src/main/java/androidx/leanback/media/
MediaControllerGlue.java 183 if ((actions & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS) != 0) {
184 result |= ACTION_SKIP_TO_PREVIOUS;
MediaControllerAdapter.java 25 import static androidx.leanback.media.PlaybackBaseControlGlue.ACTION_SKIP_TO_PREVIOUS;
295 if ((actionsFromController & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS) != 0) {
296 supportedActions |= ACTION_SKIP_TO_PREVIOUS;
PlaybackBannerControlGlue.java 91 ACTION_SKIP_TO_PREVIOUS,
112 public static final int ACTION_SKIP_TO_PREVIOUS =
113 PlaybackBaseControlGlue.ACTION_SKIP_TO_PREVIOUS;
281 if ((supportedActions & ACTION_SKIP_TO_PREVIOUS) != 0 && mSkipPreviousAction == null) {
284 } else if ((supportedActions & ACTION_SKIP_TO_PREVIOUS) == 0
PlaybackControlGlue.java 101 public static final int ACTION_SKIP_TO_PREVIOUS = 0x10;
479 || action == primaryActionsAdapter.lookup(ACTION_SKIP_TO_PREVIOUS)
632 if ((actions & ACTION_SKIP_TO_PREVIOUS) != 0 && mSkipPreviousAction == null) {
634 primaryActionsAdapter.set(ACTION_SKIP_TO_PREVIOUS, mSkipPreviousAction);
635 } else if ((actions & ACTION_SKIP_TO_PREVIOUS) == 0 && mSkipPreviousAction != null) {
636 primaryActionsAdapter.clear(ACTION_SKIP_TO_PREVIOUS);
PlaybackBaseControlGlue.java 74 public static final int ACTION_SKIP_TO_PREVIOUS = 0x10;
  /frameworks/base/media/java/android/media/session/
PlaybackState.java 46 ACTION_SKIP_TO_PREVIOUS, ACTION_SKIP_TO_NEXT, ACTION_FAST_FORWARD, ACTION_SET_RATING,
86 public static final long ACTION_SKIP_TO_PREVIOUS = 1 << 4;
413 * <li> {@link PlaybackState#ACTION_SKIP_TO_PREVIOUS}</li>
587 return ACTION_SKIP_TO_PREVIOUS;
615 case (int) ACTION_SKIP_TO_PREVIOUS:
    [all...]
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 100 PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS));
163 if ((state.getActions() & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS) != 0) {
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.java 51 | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
303 MEDIA_ACTIONS_PLAY_PAUSE | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS,
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/notifications/
MediaNotificationManager.java 100 PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS));
163 if ((state.getActions() & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS) != 0) {
  /developers/samples/android/media/PictureInPicture/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.java 51 | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
303 MEDIA_ACTIONS_PLAY_PAUSE | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS,
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 213 | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.kt 54 PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS
284 MEDIA_ACTIONS_PLAY_PAUSE or PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS,
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 213 | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/
MediaSessionPlaybackActivity.kt 54 PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS
284 MEDIA_ACTIONS_PLAY_PAUSE or PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS,
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/media/
BluetoothSL4AAudioSrcMBS.java 165 | PlaybackState.ACTION_SKIP_TO_NEXT | PlaybackState.ACTION_SKIP_TO_PREVIOUS
BluetoothMediaPlayback.java 121 PlaybackState.ACTION_SKIP_TO_NEXT | PlaybackState.ACTION_SKIP_TO_PREVIOUS);
  /frameworks/support/media/src/main/java/android/support/v4/media/session/
PlaybackStateCompat.java 50 ACTION_SKIP_TO_PREVIOUS, ACTION_SKIP_TO_NEXT, ACTION_FAST_FORWARD, ACTION_SET_RATING,
62 @LongDef({ACTION_STOP, ACTION_PAUSE, ACTION_PLAY, ACTION_REWIND, ACTION_SKIP_TO_PREVIOUS,
100 public static final long ACTION_SKIP_TO_PREVIOUS = 1 << 4;
507 * <li>{@link PlaybackStateCompat#ACTION_SKIP_TO_PREVIOUS}</li>
525 } else if (action == ACTION_SKIP_TO_PREVIOUS) {
675 * <li> {@link PlaybackStateCompat#ACTION_SKIP_TO_PREVIOUS}</li>
    [all...]
  /frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
PlaybackTransportControlGlueSample.java 331 if ((actionsFromPlayerAdapter & PlaybackBaseControlGlue.ACTION_SKIP_TO_PREVIOUS) != 0) {
332 supportedActions |= PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS;
  /packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
Player.java 68 | PlaybackState.ACTION_SKIP_TO_PREVIOUS | PlaybackState.ACTION_SKIP_TO_QUEUE_ITEM;
72 | PlaybackState.ACTION_SKIP_TO_PREVIOUS;
76 | PlaybackState.ACTION_SKIP_TO_PREVIOUS;
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java 237 mSkipPrevious.setEnabled((state.getActions() & PlaybackState.ACTION_SKIP_TO_PREVIOUS) != 0);
MediaNotificationManager.java 236 if ((mPlaybackState.getActions() & PlaybackState.ACTION_SKIP_TO_PREVIOUS) != 0) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipMediaController.java 173 mPrevAction.setEnabled((actions & PlaybackState.ACTION_SKIP_TO_PREVIOUS) != 0);
  /packages/apps/Car/Radio/src/com/android/car/radio/media/
TunerSession.java 75 | PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
MediaNotificationManager.java 242 if ((mPlaybackState.getActions() & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS) != 0) {
QueueFragment.java 247 mSkipPrevious.setEnabled((state.getActions() & PlaybackStateCompat.ACTION_SKIP_TO_PREVIOUS)

Completed in 1157 milliseconds

1 2