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

/frameworks/base/core/java/android/view/animation/
H A DTranslateAnimation.java30 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
114 * is ABSOLUTE, o
[all...]
H A DRotateAnimation.java34 private int mPivotXType = ABSOLUTE;
35 private int mPivotYType = ABSOLUTE;
106 mPivotXType = ABSOLUTE;
107 mPivotYType = ABSOLUTE;
121 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
126 * pivotXType is ABSOLUTE, or a percentage (where 1.0 is 100%)
129 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
134 * pivotYType is ABSOLUTE, or a percentage (where 1.0 is 100%)
H A DScaleAnimation.java34 private int mPivotXType = ABSOLUTE;
35 private int mPivotYType = ABSOLUTE;
115 mPivotXType = ABSOLUTE;
116 mPivotYType = ABSOLUTE;
131 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
137 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
139 * Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
145 * is ABSOLUTE, or a percentage (where 1.0 is 100%) otherwise.
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 55 milliseconds