Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DBackProgressAnimator.java57 private Runnable mBackInvokedFinishRunnable; field in BackProgressAnimator
62 if (mBackInvokedFinishRunnable != null) invokeBackInvokedRunnable();
92 if (mBackInvokedFinishRunnable == null) updateProgressValue(value, velocity); in onAnimationUpdate()
148 } else if (mBackInvokedFinishRunnable != null) { in reset()
175 mBackInvokedFinishRunnable = finishCallback; in onBackInvoked()
243 mBackInvokedFinishRunnable.run(); in invokeBackInvokedRunnable()
244 mBackInvokedFinishRunnable = null; in invokeBackInvokedRunnable()