Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DExitTransitionCoordinator.java60 private ObjectAnimator mBackgroundAnimator; field in ExitTransitionCoordinator
293 if (mBackgroundAnimator == null) { in fadeOutBackground()
299 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 0); in fadeOutBackground()
300 mBackgroundAnimator.addListener(new AnimatorListenerAdapter() { in fadeOutBackground()
303 mBackgroundAnimator = null; in fadeOutBackground()
311 mBackgroundAnimator.setDuration(getFadeDuration()); in fadeOutBackground()
312 mBackgroundAnimator.start(); in fadeOutBackground()
502 if (mBackgroundAnimator != null) { in clearState()
503 mBackgroundAnimator.cancel(); in clearState()
504 mBackgroundAnimator = null; in clearState()
DEnterTransitionCoordinator.java57 private ObjectAnimator mBackgroundAnimator; field in EnterTransitionCoordinator
597 mBackgroundAnimator = ObjectAnimator.ofInt(background, "alpha", 255); in startEnterTransition()
598 mBackgroundAnimator.setDuration(getFadeDuration()); in startEnterTransition()
599 mBackgroundAnimator.addListener(new AnimatorListenerAdapter() { in startEnterTransition()
606 mBackgroundAnimator.start(); in startEnterTransition()
628 if (mBackgroundAnimator != null) { in stop()
629 mBackgroundAnimator.end(); in stop()
630 mBackgroundAnimator = null; in stop()
671 if (mBackgroundAnimator != null) { in clearState()
672 mBackgroundAnimator.cancel(); in clearState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java121 private ObjectAnimator mBackgroundAnimator; field in ActivatableNotificationView
612 if (mBackgroundAnimator != null) { in fadeDimmedBackground()
613 startAlpha = (Float) mBackgroundAnimator.getAnimatedValue(); in fadeDimmedBackground()
614 duration = (int) mBackgroundAnimator.getCurrentPlayTime(); in fadeDimmedBackground()
615 mBackgroundAnimator.removeAllListeners(); in fadeDimmedBackground()
616 mBackgroundAnimator.cancel(); in fadeDimmedBackground()
623 mBackgroundAnimator = in fadeDimmedBackground()
625 mBackgroundAnimator.setInterpolator(Interpolators.FAST_OUT_SLOW_IN); in fadeDimmedBackground()
626 mBackgroundAnimator.setDuration(duration); in fadeDimmedBackground()
627 mBackgroundAnimator.addListener(new AnimatorListenerAdapter() { in fadeDimmedBackground()
[all …]
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DAnimatedTemperatureView.java100 private final TemperatureBackgroundAnimator mBackgroundAnimator; field in AnimatedTemperatureView
140 mBackgroundAnimator = new TemperatureBackgroundAnimator(this, background); in AnimatedTemperatureView()
202 mBackgroundAnimator.hideCircle(); in setTemp()
213 if (mBackgroundAnimator.isOpen()) { in setTemp()
223 mBackgroundAnimator.animateOpen(); in setTemp()
274 mBackgroundAnimator.stopAnimations(); in onDetachedFromWindow()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt4849 Landroid/app/EnterTransitionCoordinator;->mBackgroundAnimator:Landroid/animation/ObjectAnimator;
4898 Landroid/app/ExitTransitionCoordinator;->mBackgroundAnimator:Landroid/animation/ObjectAnimator;