Searched refs:toYType (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.java135 * @param toYType Specifies how toYValue should be interpreted. One of
139 * animation. This value can either be an absolute number if toYType
143 int fromYType, float fromYValue, int toYType, float toYValue) {
153 mToYType = toYType;
142 TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) argument

Completed in 72 milliseconds