Home
last modified time | relevance | path

Searched refs:isPaused (Results 1 – 25 of 39) sorted by relevance

12

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DMotionPauseDetector.java162 boolean isPaused; in checkMotionPaused()
166 isPaused = speed < mSpeedFast || previousSpeed < mSpeedFast; in checkMotionPaused()
172 isPaused = false; in checkMotionPaused()
175 isPaused = speed < mSpeedVerySlow && previousSpeed < mSpeedVerySlow; in checkMotionPaused()
178 if (!isPaused && !mHasEverBeenPaused) { in checkMotionPaused()
183 isPaused = isRapidDeceleration && speed < mSpeedSomewhatFast; in checkMotionPaused()
193 isPaused = time - mSlowStartTime >= HARDER_TRIGGER_TIMEOUT; in checkMotionPaused()
199 isPaused = false; in checkMotionPaused()
206 updatePaused(isPaused, isPausedReason); in checkMotionPaused()
209 private void updatePaused(boolean isPaused, ActiveGestureLog.CompoundString reason) {
[all …]
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DFakeWallpaperClient.kt57 private var isPaused = false in <lambda>() variable
67 isPaused = true in <lambda>()
71 isPaused = false in <lambda>()
135 if (isPaused) { in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DNavBarGestureHandler.java150 public void onMotionPauseChanged(boolean isPaused) { in onMotionPauseChanged() argument
151 mGestureCallback.onMotionPaused(isPaused); in onMotionPauseChanged()
175 default void onMotionPaused(boolean isPaused) {} in onMotionPaused() argument
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerItemFragment.kt79 if (timer.isPaused) { in onClick()
107 if (clickedTimer.isPaused || clickedTimer.isReset) { in onClick()
DTimerItem.kt103 if (!timer.isPaused || !blinkOff || mTimerText.isPressed) { in update()
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java81 private boolean isPaused = false; field in NativeNfcTag.PresenceCheckWatchdog
91 isPaused = true; in pause()
97 isPaused = false; in doResume()
119 if (!isPaused) { in run()
/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java555 private boolean isPaused = false; field in NfcCharging.PresenceCheckWatchdog
564 isPaused = true; in pause()
567 if (DBG) Log.d(TAG, "pause - isPaused = " + isPaused); in pause()
588 isPaused = false; in doResume()
593 if (DBG) Log.d(TAG, "doResume - isPaused = " + isPaused); in doResume()
/packages/apps/Dialer/java/com/android/incallui/incall/protocol/
DInCallButtonUi.java36 void setVideoPaused(boolean isPaused); in setVideoPaused() argument
/packages/apps/Dialer/java/com/android/incallui/videotech/
DVideoTech.java49 boolean isPaused(); in isPaused() method
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatch.kt44 val isPaused: Boolean constant in com.android.deskclock.data.Stopwatch
DTimerModel.kt345 if (timer.isRunning || timer.isPaused) { in resetUnexpiredTimers()
689 if (timer.isRunning || timer.isPaused) { in updateNotification()
DStopwatchNotificationBuilder.kt142 .setAutoCancel(stopwatch.isPaused) in build()
/packages/apps/Dialer/java/com/android/incallui/videotech/empty/
DEmptyVideoTech.java53 public boolean isPaused() { in isPaused() method in EmptyVideoTech
/packages/apps/Camera2/src/com/android/camera/app/
DAppController.java117 public boolean isPaused(); in isPaused() method
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DAccessibilityInputConsumer.java130 && mMotionPauseDetector.isPaused()) { in onMotionEvent()
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailAdapter.java523 if (mediaPlayer.isPaused() in expandViewHolderFirstTimeAndCollapseAllOtherVisibleViewHolders()
800 if (mediaPlayer.isPaused()) { in recursivelyUpdateMediaPlayerViewOfExpandedViewHolder()
877 mediaPlayer.isPaused(), in recursivelyUpdateMediaPlayerViewOfExpandedViewHolder()
DNewVoicemailMediaPlayer.java230 public boolean isPaused() { in isPaused() method in NewVoicemailMediaPlayer
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java520 if (!mPaused && mCamera == null && !mAppController.isPaused()) { in onCameraAccessPrioritiesChanged()
682 if(!mAppController.isPaused()) { in reopenCamera()
1414 boolean isControllerPaused = mAppController.isPaused();
1461 if (mAppController.isPaused()) {
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java168 boolean isPaused = VideoProfile.isPaused(videoState); in showIncomingVideo()
174 return !isPaused in showIncomingVideo()
/packages/apps/Dialer/java/com/android/incallui/videotech/duo/
DDuoVideoTech.java109 public boolean isPaused() { in isPaused() method in DuoVideoTech
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java444 if (mMainActivity.getTimeShiftManager().isPaused()) { in showMenuWithTimeShiftPauseIfNeeded()
922 menuAboutToShow = mMainActivity.getTimeShiftManager().isPaused(); in onOverlayClosed()
1110 if (timeShiftManager.isPaused()) { in onKeyUp()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DSurfaceViewVideoCallFragment.java786 public void setVideoPaused(boolean isPaused) { in setVideoPaused() argument
787 LogUtil.i("SurfaceViewVideoCallFragment.setVideoPaused", "isPaused: " + isPaused); in setVideoPaused()
788 cameraOffButton.setChecked(isPaused); in setVideoPaused()
DVideoCallFragment.java898 public void setVideoPaused(boolean isPaused) { in setVideoPaused() argument
899 LogUtil.i("VideoCallFragment.setVideoPaused", "isPaused: " + isPaused); in setVideoPaused()
900 cameraOffButton.setChecked(isPaused); in setVideoPaused()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.kt520 val blink = (stopwatch.isPaused && startTime % 1000 < 500 && !touchTarget.isPressed()) in <lambda>()
531 val period = (if (stopwatch.isPaused) { in <lambda>()
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoTech.java113 public boolean isPaused() { in isPaused() method in ImsVideoTech

12