Searched refs:ABSOLUTE (Results 1 – 18 of 18) sorted by relevance
31 private int mFromXType = ABSOLUTE;32 private int mToXType = ABSOLUTE;34 private int mFromYType = ABSOLUTE;35 private int mToYType = ABSOLUTE;116 mFromXType = ABSOLUTE; in TranslateAnimation()117 mToXType = ABSOLUTE; in TranslateAnimation()118 mFromYType = ABSOLUTE; in TranslateAnimation()119 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()
35 private int mFromLeftType = ABSOLUTE;36 private int mFromTopType = ABSOLUTE;37 private int mFromRightType = ABSOLUTE;38 private int mFromBottomType = ABSOLUTE;40 private int mToLeftType = ABSOLUTE;41 private int mToTopType = ABSOLUTE;42 private int mToRightType = ABSOLUTE;43 private int mToBottomType = ABSOLUTE;
33 private int mFromLeftType = ABSOLUTE;34 private int mFromTopType = ABSOLUTE;35 private int mFromRightType = ABSOLUTE;36 private int mFromBottomType = ABSOLUTE;38 private int mToLeftType = ABSOLUTE;39 private int mToTopType = ABSOLUTE;40 private int mToRightType = ABSOLUTE;41 private int mToBottomType = ABSOLUTE;
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()
42 super(fromXType, fromXValue, toXType, toXValue, ABSOLUTE, 0, ABSOLUTE, 0); in TranslateXAnimation()
44 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue); in TranslateYAnimation()
67 public static final int ABSOLUTE = 0; field in Animation1185 case ABSOLUTE: in resolveSize()1300 d.type = ABSOLUTE; in parseValue()1310 d.type = ABSOLUTE; in parseValue()1315 d.type = ABSOLUTE; in parseValue()1319 d.type = ABSOLUTE; in parseValue()1326 d.type = ABSOLUTE; in parseValue()
65 ABSOLUTE = 32, enumerator141 Operator& Operator::create<Operator::ABSOLUTE>();
59 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
100 Operator& Operator::create<Operator::ABSOLUTE>() { in create()101 static UnaryOp<Operator::ABSOLUTE> op; in create()
62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
122 %token ABSOLUTE774 | ABSOLUTE '(' exp ')'777 &Operator::create<Operator::ABSOLUTE>());
111 <EXPRESSION>"ABSOLUTE" { return token::ABSOLUTE; }
815 ABSOLUTE enumConstant4004 if (intent != RenderIntent.ABSOLUTE) return null;4181 if (intent == RenderIntent.ABSOLUTE) {
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
15984 enum_constant public static final android.graphics.ColorSpace.RenderIntent ABSOLUTE;55432 field public static final int ABSOLUTE = 0; // 0x0
35295 field public static final int ABSOLUTE = 0; // 0x0