Home
last modified time | relevance | path

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

/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureBackgroundAnimator.java47 private final View mAnimatedView; field in TemperatureBackgroundAnimator
78 mAnimatedView = animatedView; in TemperatureBackgroundAnimator()
79 mAnimatedView.setAlpha(0); in TemperatureBackgroundAnimator()
92 if (isLeft(gravity, mAnimatedView.getLayoutDirection())) { in setupAnimations()
135 || !mAnimatedView.isAttachedToWindow() in animateOpen()
150 .createCircularReveal(mAnimatedView, mPivotX, mPivotY, mOvershootRadius, in animateOpen()
156 .createCircularReveal(mAnimatedView, mPivotX, mPivotY, mOvershootRadius, in animateOpen()
161 .createCircularReveal(mAnimatedView, mPivotX, mPivotY, mRestingRadius, in animateOpen()
178 .createCircularReveal(mAnimatedView, mPivotX, mPivotY, startRadius, in animateOpen()
187 .createCircularReveal(mAnimatedView, mPivotX, mPivotY, mBumpRadius, in animateOpen()
[all …]