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

/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java109 * @param fromXType Specifies how fromXValue should be interpreted. One of
112 * @param fromXValue Change in X coordinate to apply at the start of the
134 public TranslateAnimation(int fromXType, float fromXValue, int toXType, float toXValue, argument
137 mFromXValue = fromXValue;

Completed in 32 milliseconds