HomeSort by relevance Sort by last modified time
    Searched full:fromytype (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/animation/
TranslateAnimation.java 121 * @param fromYType Specifies how fromYValue should be interpreted. One of
125 * animation. This value can either be an absolute number if fromYType
135 int fromYType, float fromYValue, int toYType, float toYValue) {
144 mFromYType = fromYType;
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteZone.java 226 int fromYType, float fromYValue, int toYType, float toYValue) {
228 fromYType, fromYValue, toYType, toYValue);

Completed in 619 milliseconds