Home
last modified time | relevance | path

Searched refs:isInProgress (Results 1 – 14 of 14) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothDevicePairer.java449 if (isInProgress()) { in startPairing()
467 public boolean isInProgress() { in isInProgress() method in BluetoothDevicePairer
531 if (isInProgress()) { in doCancel()
DAddAccessoryActivity.java445 if (mBluetoothPairer != null && !mBluetoothPairer.isInProgress()) { in btDeviceClicked()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrScheduleManager.java123 if (!schedule.isNotStarted() && !schedule.isInProgress()) { in DvrScheduleManager()
215 if (schedule.isNotStarted() || schedule.isInProgress()) { in DvrScheduleManager()
278 if (!schedule.isNotStarted() && !schedule.isInProgress()) { in buildData()
554 if (scheduledRecording.isNotStarted() || scheduledRecording.isInProgress()) { in getConflictingSchedules()
DDvrManager.java377 } else if (schedule.isInProgress() in updateSeriesRecording()
401 if (schedule.isNotStarted() || schedule.isInProgress()) { in updateSeriesRecording()
724 if (schedule.isInProgress() || schedule.isNotStarted()) { in getAvailableScheduledRecording()
/packages/apps/Camera2/src/com/android/camera/data/
DFilmstripItem.java85 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
DPlaceholderItem.java106 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
DSessionItem.java94 boolean isInProgress, VideoClickedCallback videoClickedCallback) { in getView() argument
DVideoItem.java148 LocalFilmstripDataAdapter adapter, boolean isInProgress, in getView() argument
DPhotoItem.java117 boolean isInProgress, VideoClickedCallback videoClickedCallback) { in getView() argument
/packages/apps/TV/src/com/android/tv/dialog/
DDvrHistoryDialogFragment.java60 if (!schedule.isInProgress() && !schedule.isNotStarted()) { in onCreateDialog()
/packages/apps/TV/src/com/android/tv/dvr/ui/list/
DScheduleRowPresenter.java549 || schedule.isInProgress() in isInfoClickable()
589 if (conflictSchedule.isInProgress()) { in onStartRecording()
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java967 public boolean isInProgress() { in isInProgress() method in ScheduledRecording
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageShow.java608 return mScaleGestureDetector.isInProgress(); in scaleInProgress()
/packages/apps/Calendar/src/com/android/calendar/
DDayView.java3191 int slopFactor = mScaleGestureDetector.isInProgress() ? 20 : 2; in doScroll()