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

/frameworks/base/core/java/android/view/animation/
H A DTranslateYAnimation.java41 public TranslateYAnimation(int fromYType, float fromYValue, int toYType, float toYValue) { argument
42 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue);
H A DTranslateAnimation.java129 * @param fromYType Specifies how fromYValue should be interpreted. One of
132 * @param fromYValue Change in Y coordinate to apply at the start of the
143 int fromYType, float fromYValue, int toYType, float toYValue) {
147 mFromYValue = fromYValue;
142 TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) argument

Completed in 58 milliseconds