Searched refs:mBackgroundAnimator (Results 1 – 5 of 5) sorted by relevance
60 private ObjectAnimator mBackgroundAnimator; field in ExitTransitionCoordinator293 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()
57 private ObjectAnimator mBackgroundAnimator; field in EnterTransitionCoordinator597 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 …]
121 private ObjectAnimator mBackgroundAnimator; field in ActivatableNotificationView612 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 …]
100 private final TemperatureBackgroundAnimator mBackgroundAnimator; field in AnimatedTemperatureView140 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()
4849 Landroid/app/EnterTransitionCoordinator;->mBackgroundAnimator:Landroid/animation/ObjectAnimator;4898 Landroid/app/ExitTransitionCoordinator;->mBackgroundAnimator:Landroid/animation/ObjectAnimator;