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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java35 private int mPivotYType = ABSOLUTE; field in class:RotateAnimation
65 mPivotYType = d.type;
109 mPivotYType = ABSOLUTE;
148 mPivotYType = pivotYType;
160 if (mPivotYType == ABSOLUTE) {
181 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);
H A DScaleAnimation.java49 private int mPivotYType = ABSOLUTE; field in class:ScaleAnimation
127 mPivotYType = d.type;
180 mPivotYType = ABSOLUTE;
223 mPivotYType = pivotYType;
235 if (mPivotYType == ABSOLUTE) {
287 mPivotY = resolveSize(mPivotYType, mPivotYValue, height, parentHeight);

Completed in 67 milliseconds