Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
803 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController807 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()814 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()815 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()831 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()832 mShowHideFrameAnimator.reverse(); in handleMessage()835 mShowHideFrameAnimator.start(); in handleMessage()837 mShowHideFrameAnimator.reverse(); in handleMessage()841 mShowHideFrameAnimator.cancel(); in handleMessage()