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

  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java 67 @IntDef({PLAY_STATUS_PAUSED, PLAY_STATUS_PLAYING})
69 public static final int PLAY_STATUS_PAUSED = 0;
366 * Returns the playback status. The value is PLAY_STATUS_PAUSED or PLAY_STATUS_PLAYING.
479 return mPlayController.mAvailable && mPlayController.mPlayStatus == PLAY_STATUS_PAUSED;
581 @PlayStatus private int mPlayStatus = PLAY_STATUS_PAUSED;
644 if (mPlayStatus == PLAY_STATUS_PAUSED &&
683 mPlayController.setPlayStatus(PLAY_STATUS_PAUSED);
740 setPlayStatus(PLAY_STATUS_PAUSED);
745 if (mPlayStatus == PLAY_STATUS_PAUSED) {
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsRowView.java 561 if (mTimeShiftManager.getPlayStatus() == TimeShiftManager.PLAY_STATUS_PAUSED) {

Completed in 157 milliseconds