Searched defs:ABSOLUTE (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h65 ABSOLUTE = 32, enumerator in enum:mcld::Operator::Type
141 Operator& Operator::create<Operator::ABSOLUTE>();
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java65 public static final int ABSOLUTE = 0; field in class:Animation
1019 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1028 case ABSOLUTE:
1115 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1140 d.type = ABSOLUTE;
1150 d.type = ABSOLUTE;
1155 d.type = ABSOLUTE;
1161 d.type = ABSOLUTE;
/frameworks/base/graphics/java/android/graphics/
H A DColorSpace.java719 * Similar to the {@link #ABSOLUTE} render intent, this render
739 ABSOLUTE enum constant in enum:ColorSpace.RenderIntent
3485 if (intent != RenderIntent.ABSOLUTE) return null;
3662 if (intent == RenderIntent.ABSOLUTE) {

Completed in 81 milliseconds