Searched refs:mPivotXValue (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java36 private float mPivotXValue = 0.0f; field in class:RotateAnimation
61 mPivotXValue = d.value;
110 mPivotXValue = pivotX;
145 mPivotXValue = pivotXValue;
158 mPivotX = mPivotXValue;
180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);
H A DScaleAnimation.java50 private float mPivotXValue = 0.0f; field in class:ScaleAnimation
123 mPivotXValue = d.value;
181 mPivotXValue = pivotX;
220 mPivotXValue = pivotXValue;
233 mPivotX = mPivotXValue;
286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);

Completed in 65 milliseconds