Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
922 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController926 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()933 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()934 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()950 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()951 mShowHideFrameAnimator.reverse(); in handleMessage()954 mShowHideFrameAnimator.start(); in handleMessage()956 mShowHideFrameAnimator.reverse(); in handleMessage()960 mShowHideFrameAnimator.cancel(); in handleMessage()