Searched defs:pivotYType (Results 1 - 2 of 2) sorted by relevance

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

Completed in 213 milliseconds