Searched refs:mBackInvokedFlingAnim (Results 1 – 1 of 1) sorted by relevance
58 private FlingAnimation mBackInvokedFlingAnim; field in BackProgressAnimator151 if (mBackInvokedFlingAnim != null) { in reset()152 mBackInvokedFlingAnim.cancel(); in reset()153 mBackInvokedFlingAnim = null; in reset()178 mBackInvokedFlingAnim = new FlingAnimation(new FloatValueHolder()) in onBackInvoked()184 mBackInvokedFlingAnim.addUpdateListener(mOnBackInvokedFlingUpdateListener); in onBackInvoked()185 mBackInvokedFlingAnim.addEndListener(mOnAnimationEndListener); in onBackInvoked()186 mBackInvokedFlingAnim.start(); in onBackInvoked()188 mBackInvokedFlingAnim.doAnimationFrame( in onBackInvoked()241 mBackInvokedFlingAnim.removeUpdateListener(mOnBackInvokedFlingUpdateListener); in invokeBackInvokedRunnable()[all …]