Home
last modified time | relevance | path

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

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