Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/
DTemperatureBackgroundAnimator.java50 private int mPivotY; field in TemperatureBackgroundAnimator
99 mPivotY = height / 2; in setupAnimations()
104 mPivotY = -pivotOffset; in setupAnimations()
107 mPivotY = height + pivotOffset; in setupAnimations()
114 mPivotY = height / 2; in setupAnimations()
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 …]