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()
213 case PlaybackViewModel.ACTION_STOP: in convertMainAction()214 return PlayPauseStopImageView.ACTION_STOP; in convertMainAction()265 case PlayPauseStopImageView.ACTION_STOP: in onPlayPauseStopClicked()
46 public static final int ACTION_STOP = 1; field in DvrStopRecordingFragment138 .id(ACTION_STOP) in onCreateActions()155 if (actionId == ACTION_STOP) { in getTrackerLabelForGuidedAction()
90 @IntDef({ACTION_PLAY, ACTION_STOP, ACTION_PAUSE, ACTION_DISABLED})106 public static final int ACTION_STOP = 2; field in PlaybackViewModel349 } else if ((actions & PlaybackStateCompat.ACTION_STOP) != 0) { in getMainAction()350 stopAction = ACTION_STOP; in getMainAction()
34 @LongDef(flag = true, value = {PlaybackState.ACTION_STOP, PlaybackState.ACTION_PAUSE,
61 | PlaybackState.ACTION_STOP; in AvrcpPlayer()159 mAvailableActions = mAvailableActions | PlaybackState.ACTION_STOP; in updateAvailableActions()
163 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onCreateOnActionClickedListener()
78 PlaybackState.ACTION_STOP in TunerSession()
291 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onRecordButtonClicked()
597 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in onStartRecording()
2321 if (actionId == DvrStopRecordingFragment.ACTION_STOP) { in DvrUiHelper.showStopRecordingDialog()