Searched refs:fromYType (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/animation/ |
H A D | TranslateYAnimation.java | 41 public TranslateYAnimation(int fromYType, float fromYValue, int toYType, float toYValue) { argument 42 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue);
|
H A D | TranslateAnimation.java | 129 * @param fromYType Specifies how fromYValue should be interpreted. One of 133 * animation. This value can either be an absolute number if fromYType 143 int fromYType, float fromYValue, int toYType, float toYValue) { 152 mFromYType = fromYType; 142 TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, int fromYType, float fromYValue, int toYType, float toYValue) argument
|
Completed in 252 milliseconds