Searched refs:isPaused (Results 1 - 22 of 22) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
H A DInCallButtonUi.java35 void setVideoPaused(boolean isPaused); argument
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerItemFragment.java99 if (timer.isPaused()) {
129 if (clickedTimer.isPaused() || clickedTimer.isReset()) {
H A DTimerItem.java110 if (!timer.isPaused() || !blinkOff || mTimerText.isPressed()) {
H A DTimerFragment.java774 && !(before.isPaused() && after.isReset())) {
/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatch.java60 public boolean isPaused() { return mState == PAUSED; } method in class:Stopwatch
H A DStopwatchNotificationBuilder.java135 .setAutoCancel(stopwatch.isPaused())
H A DTimerModel.java384 if (timer.isRunning() || timer.isPaused()) {
736 if (timer.isRunning() || timer.isPaused()) {
H A DTimer.java129 public boolean isPaused() { return mState == PAUSED; } method in class:Timer
/packages/apps/Camera2/src/com/android/camera/app/
H A DAppController.java117 public boolean isPaused(); method in interface:AppController
H A DCameraAppUI.java1783 if (!mController.isPaused()) {
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java80 private boolean isPaused = false; field in class:NativeNfcTag.PresenceCheckWatchdog
90 isPaused = true;
96 isPaused = false;
115 if (!isPaused) {
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java546 final boolean blink = stopwatch.isPaused()
559 final long period = stopwatch.isPaused()
/packages/apps/Camera2/src/com/android/camera/captureintent/state/
H A DStateOpeningCamera.java225 public boolean isPaused() { method in class:StateOpeningCamera
/packages/apps/Dialer/java/com/android/incallui/
H A DVideoCallPresenter.java170 boolean isPaused = VideoProfile.isPaused(videoState);
176 return !isPaused
/packages/apps/Dialer/java/com/android/incallui/video/impl/
H A DSurfaceViewVideoCallFragment.java786 public void setVideoPaused(boolean isPaused) { argument
787 LogUtil.i("SurfaceViewVideoCallFragment.setVideoPaused", "isPaused: " + isPaused);
788 cameraOffButton.setChecked(isPaused);
H A DVideoCallFragment.java827 public void setVideoPaused(boolean isPaused) { argument
828 LogUtil.i("VideoCallFragment.setVideoPaused", "isPaused: " + isPaused);
829 cameraOffButton.setChecked(isPaused);
/packages/apps/TV/src/com/android/tv/ui/
H A DTvOverlayManager.java437 if (mMainActivity.getTimeShiftManager().isPaused()) {
907 menuAboutToShow = mMainActivity.getTimeShiftManager().isPaused();
1091 if (timeShiftManager.isPaused()) {
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java652 if(!mAppController.isPaused()) {
1384 boolean isControllerPaused = mAppController.isPaused();
1410 if (mAppController.isPaused()) {
H A DCameraActivity.java2164 // Ensure anything that checks for "isPaused" returns true.
2420 public boolean isPaused() { method in class:CameraActivity
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
H A DInCallFragment.java426 public void setVideoPaused(boolean isPaused) {} argument
/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java478 public boolean isPaused() { method in class:TimeShiftManager
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java732 if (VideoProfile.isPaused(videoState)) {

Completed in 971 milliseconds