Searched defs:ABSOLUTE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimation.java58 public static final int ABSOLUTE = 0; field in class:Animation
846 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
855 case ABSOLUTE:
923 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
948 d.type = ABSOLUTE;
958 d.type = ABSOLUTE;
963 d.type = ABSOLUTE;
969 d.type = ABSOLUTE;

Completed in 207 milliseconds