Home
last modified time | relevance | path

Searched refs:mShowHideFrameAnimator (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java1356 private final ValueAnimator mShowHideFrameAnimator; field in AccessibilityController.DisplayMagnifier.MagnifiedViewport.ViewportWindow.AnimationController
1360 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()