Searched refs:pivotXValue (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
126 * @param pivotXValue The X coordinate of the point about which the object
140 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
145 mPivotXValue = pivotXValue;
H A DScaleAnimation.java195 * @param pivotXType Specifies how pivotXValue should be interpreted. One of
198 * @param pivotXValue The X coordinate of the point about which the object
213 int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) {
220 mPivotXValue = pivotXValue;
212 ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) argument

Completed in 64 milliseconds