HomeSort by relevance Sort by last modified time
    Searched defs:ABSOLUTE (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/view/animation/
Animation.java 56 * The specified dimension is an absolute number of pixels.
58 public static final int ABSOLUTE = 0;
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
929 * The absolute or relative dimension for this Description.
936 * <li>An absolute size. This is represented by a number.</li>
948 d.type = ABSOLUTE;
958 d.type = ABSOLUTE;
963 d.type = ABSOLUTE;
    [all...]