Home
last modified time | relevance | path

Searched refs:ABSOLUTE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/animation/
DTranslateAnimation.java30 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()
DRotateAnimation.java34 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()
DScaleAnimation.java48 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()
DAnimation.java61 public static final int ABSOLUTE = 0; field in Animation
988 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()
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h72 ABSOLUTE = 32, enumerator
149 Operator& Operator::create<Operator::ABSOLUTE>();
DUnaryOp.h66 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp146 Operator& Operator::create<Operator::ABSOLUTE>() in create()
148 static UnaryOp<Operator::ABSOLUTE> op; in create()
DUnaryOp.cpp61 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
DScriptParser.yy119 %token ABSOLUTE
763 | ABSOLUTE '(' exp ')'
766 &Operator::create<Operator::ABSOLUTE>());
DScriptScanner.ll104 <EXPRESSION>"ABSOLUTE" { return token::ABSOLUTE; }
/frameworks/base/api/
Dsystem-current.txt37531 field public static final int ABSOLUTE = 0; // 0x0
Dcurrent.txt35297 field public static final int ABSOLUTE = 0; // 0x0