Searched defs:pivotYValue (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
134 * @param pivotYValue The Y coordinate of the point about which the object
141 int pivotYType, float pivotYValue) {
147 mPivotYValue = pivotYValue;
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
206 * @param pivotYValue The Y coordinate of the point about which the object
213 int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) {
222 mPivotYValue = pivotYValue;
212 ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) argument

Completed in 41 milliseconds