Searched refs:mBackInvokedFinishRunnable (Results 1 – 1 of 1) sorted by relevance
57 private Runnable mBackInvokedFinishRunnable; field in BackProgressAnimator62 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()