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

/frameworks/compile/mclinker/include/mcld/Script/
H A DOperator.h72 ABSOLUTE = 32, enumerator in enum:mcld::Operator::Type
149 Operator& Operator::create<Operator::ABSOLUTE>();
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java61 public static final int ABSOLUTE = 0; field in class:Animation
979 * @param type One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
988 case ABSOLUTE:
1075 * One of Animation.ABSOLUTE, Animation.RELATIVE_TO_SELF, or
1100 d.type = ABSOLUTE;
1110 d.type = ABSOLUTE;
1115 d.type = ABSOLUTE;
1121 d.type = ABSOLUTE;

Completed in 65 milliseconds