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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java123 * @param pivotXType Specifies how pivotXValue should be interpreted. One of
129 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%)
140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
146 mPivotXType = pivotXType;
H A DScaleAnimation.java195 * @param pivotXType Specifies how pivotXValue should be interpreted. One of
201 * size.) This value can either be an absolute number if pivotXType
213 int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) {
221 mPivotXType = pivotXType;
212 ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) argument

Completed in 683 milliseconds