Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance
1356 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController1360 mShowHideFrameAnimator = ObjectAnimator.ofInt(ViewportWindow.this, in AnimationController()1367 mShowHideFrameAnimator.setInterpolator(interpolator); in AnimationController()1368 mShowHideFrameAnimator.setDuration(longAnimationDuration); in AnimationController()1384 if (mShowHideFrameAnimator.isRunning()) { in handleMessage()1385 mShowHideFrameAnimator.reverse(); in handleMessage()1388 mShowHideFrameAnimator.start(); in handleMessage()1390 mShowHideFrameAnimator.reverse(); in handleMessage()1394 mShowHideFrameAnimator.cancel(); in handleMessage()