Searched refs:mPivotYValue (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java37 private float mPivotYValue = 0.0f; field in class:RotateAnimation
66 mPivotYValue = d.value;
111 mPivotYValue = pivotY;
147 mPivotYValue = pivotYValue;
161 mPivotY = mPivotYValue;
181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
H A DScaleAnimation.java51 private float mPivotYValue = 0.0f; field in class:ScaleAnimation
128 mPivotYValue = d.value;
182 mPivotYValue = pivotY;
222 mPivotYValue = pivotYValue;
236 mPivotY = mPivotYValue;
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);

Completed in 30 milliseconds