Searched refs:ABSOLUTE (Results 1 – 5 of 5) sorted by relevance
30 private int mFromXType = ABSOLUTE;31 private int mToXType = ABSOLUTE;33 private int mFromYType = ABSOLUTE;34 private int mToYType = ABSOLUTE;100 mFromXType = ABSOLUTE; in TranslateAnimation()101 mToXType = ABSOLUTE; in TranslateAnimation()102 mFromYType = ABSOLUTE; in TranslateAnimation()103 mToYType = ABSOLUTE; in TranslateAnimation()
34 private int mPivotXType = ABSOLUTE;35 private int mPivotYType = ABSOLUTE;108 mPivotXType = ABSOLUTE; in RotateAnimation()109 mPivotYType = ABSOLUTE; in RotateAnimation()157 if (mPivotXType == ABSOLUTE) { in initializePivotPoint()160 if (mPivotYType == ABSOLUTE) { in initializePivotPoint()
48 private int mPivotXType = ABSOLUTE;49 private int mPivotYType = ABSOLUTE;179 mPivotXType = ABSOLUTE; in ScaleAnimation()180 mPivotYType = ABSOLUTE; in ScaleAnimation()232 if (mPivotXType == ABSOLUTE) { in initializePivotPoint()235 if (mPivotYType == ABSOLUTE) { in initializePivotPoint()
61 public static final int ABSOLUTE = 0; field in Animation988 case ABSOLUTE: in resolveSize()1100 d.type = ABSOLUTE; in parseValue()1110 d.type = ABSOLUTE; in parseValue()1115 d.type = ABSOLUTE; in parseValue()1121 d.type = ABSOLUTE; in parseValue()
29242 field public static final int ABSOLUTE = 0; // 0x0