Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
1384 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController1388 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()1395 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()1396 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()1412 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()1413 mShowHideFrameAnimator.reverse(); in handleMessage()1416 mShowHideFrameAnimator.start(); in handleMessage()1418 mShowHideFrameAnimator.reverse(); in handleMessage()1422 mShowHideFrameAnimator.cancel(); in handleMessage()