Searched refs:ACTION_STOP (Results 1 – 11 of 11) sorted by relevance
49 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})58 public static final int ACTION_STOP = 2; field in PlayPauseStopImageView97 case ACTION_STOP: in onCreateDrawableState()
214 case PlaybackViewModel.ACTION_STOP: in convertMainAction()215 return PlayPauseStopImageView.ACTION_STOP; in convertMainAction()276 case PlayPauseStopImageView.ACTION_STOP: in onPlayPauseStopClicked()
50 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment142 .id(ACTION_STOP) in onCreateActions()159 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
93 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})109 public static final int ACTION_STOP = 2; field in PlaybackViewModel392 } else if ((actions & PlaybackStateCompat.ACTION_STOP) != 0) { in getMainAction()393 stopAction = ACTION_STOP; in getMainAction()
35 @LongDef(flag = true, value = {PlaybackState.ACTION_STOP, PlaybackState.ACTION_PAUSE,
162 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
78 PlaybackState.ACTION_STOP in TunerSession()
209 mAvailableActions = mAvailableActions | PlaybackStateCompat.ACTION_STOP; in updateAvailableActions()
292 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
597 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
2295 if (actionId == DvrStopRecordingFragment.ACTION_STOP) {