Home
last modified time | relevance | path

Searched refs:ABSOLUTE (Results 1 – 17 of 17) 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;
108 mFromXType = ABSOLUTE; in TranslateAnimation()
109 mToXType = ABSOLUTE; in TranslateAnimation()
110 mFromYType = ABSOLUTE; in TranslateAnimation()
111 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()
DTranslateXAnimation.java42 super(fromXType, fromXValue, toXType, toXValue, ABSOLUTE, 0, ABSOLUTE, 0); in TranslateXAnimation()
DTranslateYAnimation.java42 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue); in TranslateYAnimation()
DAnimation.java65 public static final int ABSOLUTE = 0; field in Animation
1001 case ABSOLUTE: in resolveSize()
1113 d.type = ABSOLUTE; in parseValue()
1123 d.type = ABSOLUTE; in parseValue()
1128 d.type = ABSOLUTE; in parseValue()
1134 d.type = ABSOLUTE; in parseValue()
/frameworks/compile/mclinker/include/mcld/Script/
DOperator.h65 ABSOLUTE = 32, enumerator
141 Operator& Operator::create<Operator::ABSOLUTE>();
DUnaryOp.h59 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
/frameworks/compile/mclinker/lib/Script/
DOperator.cpp100 Operator& Operator::create<Operator::ABSOLUTE>() { in create()
101 static UnaryOp<Operator::ABSOLUTE> op; in create()
DUnaryOp.cpp62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
DScriptParser.yy122 %token ABSOLUTE
774 | ABSOLUTE '(' exp ')'
777 &Operator::create<Operator::ABSOLUTE>());
DScriptScanner.ll111 <EXPRESSION>"ABSOLUTE" { return token::ABSOLUTE; }
/frameworks/base/graphics/java/android/graphics/
DColorSpace.java739 ABSOLUTE enumConstant
3485 if (intent != RenderIntent.ABSOLUTE) return null; in computeTransform()
3662 if (intent == RenderIntent.ABSOLUTE) { in computeTransform()
/frameworks/base/api/
Dcurrent.txt13000 enum_constant public static final android.graphics.ColorSpace.RenderIntent ABSOLUTE;
47675 field public static final int ABSOLUTE = 0; // 0x0
Dtest-current.txt13089 enum_constant public static final android.graphics.ColorSpace.RenderIntent ABSOLUTE;
48141 field public static final int ABSOLUTE = 0; // 0x0
Dsystem-current.txt13732 enum_constant public static final android.graphics.ColorSpace.RenderIntent ABSOLUTE;
51266 field public static final int ABSOLUTE = 0; // 0x0
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35295 field public static final int ABSOLUTE = 0; // 0x0