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

/frameworks/base/core/java/android/view/animation/
H A DRotateAnimation.java120 * @param pivotXType Specifies how pivotXValue should be interpreted. One of
123 * @param pivotXValue The X coordinate of the point about which the object
137 public RotateAnimation(float fromDegrees, float toDegrees, int pivotXType, float pivotXValue, argument
142 mPivotXValue = pivotXValue;
H A DScaleAnimation.java130 * @param pivotXType Specifies how pivotXValue should be interpreted. One of
133 * @param pivotXValue The X coordinate of the point about which the object
148 int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) {
154 mPivotXValue = pivotXValue;
147 ScaleAnimation(float fromX, float toX, float fromY, float toY, int pivotXType, float pivotXValue, int pivotYType, float pivotYValue) argument

Completed in 99 milliseconds