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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java34 private int mPivotXType = ABSOLUTE; field in class:RotateAnimation
60 mPivotXType = d.type;
108 mPivotXType = ABSOLUTE;
146 mPivotXType = pivotXType;
157 if (mPivotXType == ABSOLUTE) {
180 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);
H A DScaleAnimation.java48 private int mPivotXType = ABSOLUTE; field in class:ScaleAnimation
122 mPivotXType = d.type;
179 mPivotXType = ABSOLUTE;
221 mPivotXType = pivotXType;
232 if (mPivotXType == ABSOLUTE) {
286 mPivotX = resolveSize(mPivotXType, mPivotXValue, width, parentWidth);

Completed in 144 milliseconds