Home | History | Annotate | Download | only in animation

Lines Matching refs:ABSOLUTE

59      * The specified dimension is an absolute number of pixels.
61 public static final int ABSOLUTE = 0;
979 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
988 case ABSOLUTE:
1075 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1081 * The absolute or relative dimension for this Description.
1088 * <li>An absolute size. This is represented by a number.</li>
1100 d.type = ABSOLUTE;
1110 d.type = ABSOLUTE;
1115 d.type = ABSOLUTE;
1121 d.type = ABSOLUTE;