Home | History | Annotate | Download | only in animation

Lines Matching refs:ABSOLUTE

30     private int mFromXType = ABSOLUTE;
31 private int mToXType = ABSOLUTE;
33 private int mFromYType = ABSOLUTE;
34 private int mToYType = ABSOLUTE;
100 mFromXType = ABSOLUTE;
101 mToXType = ABSOLUTE;
102 mFromYType = ABSOLUTE;
103 mToYType = ABSOLUTE;
110 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
113 * animation. This value can either be an absolute number if fromXType
114 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
116 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
119 * animation. This value can either be an absolute number if toXType
120 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
122 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
125 * animation. This value can either be an absolute number if fromYType
126 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
128 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
131 * animation. This value can either be an absolute number if toYType
132 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.