Home
last modified time | relevance | path

Searched refs:mTimeoutRunnable (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DForcedResizableInfoActivityController.java48 private final Runnable mTimeoutRunnable = new Runnable() { field in ForcedResizableInfoActivityController
106 mHandler.removeCallbacks(mTimeoutRunnable); in onDraggingStart()
133 mHandler.removeCallbacks(mTimeoutRunnable); in showPending()
149 mHandler.removeCallbacks(mTimeoutRunnable); in postTimeout()
150 mHandler.postDelayed(mTimeoutRunnable, TIMEOUT); in postTimeout()
/frameworks/opt/car/setupwizard/library/utils/src/com/android/car/setupwizardlib/
DInitialLockSetupClient.java54 private final Runnable mTimeoutRunnable = this::connectionTimeout; field in InitialLockSetupClient
83 mHandler.postDelayed(mTimeoutRunnable, CONNECTION_TIMEOUT_MS); in startConnection()
230 mHandler.removeCallbacks(mTimeoutRunnable); in onServiceConnected()
251 mHandler.removeCallbacks(mTimeoutRunnable); in onNullBinding()
264 mHandler.removeCallbacks(mTimeoutRunnable); in onBindingDied()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DActivityLaunchAnimator.java62 private final Runnable mTimeoutRunnable = () -> { field in ActivityLaunchAnimator
118 mStatusBarWindow.postDelayed(mTimeoutRunnable, LAUNCH_TIMEOUT); in setAnimationPending()
120 mStatusBarWindow.removeCallbacks(mTimeoutRunnable); in setAnimationPending()
/frameworks/base/services/core/java/com/android/server/wm/
DRemoteAnimationController.java63 private final Runnable mTimeoutRunnable = () -> cancelAnimation("timeoutRunnable"); field in RemoteAnimationController
109 mHandler.postDelayed(mTimeoutRunnable, in goodToGo()
192 mHandler.removeCallbacks(mTimeoutRunnable); in onAnimationFinished()
423 mHandler.removeCallbacks(mTimeoutRunnable); in onAnimationCancelled()