Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
860 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController864 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()871 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()872 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()888 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()889 mShowHideFrameAnimator.reverse(); in handleMessage()892 mShowHideFrameAnimator.start(); in handleMessage()894 mShowHideFrameAnimator.reverse(); in handleMessage()898 mShowHideFrameAnimator.cancel(); in handleMessage()