Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
790 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController794 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()801 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()802 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()818 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()819 mShowHideFrameAnimator.reverse(); in handleMessage()822 mShowHideFrameAnimator.start(); in handleMessage()824 mShowHideFrameAnimator.reverse(); in handleMessage()828 mShowHideFrameAnimator.cancel(); in handleMessage()