/frameworks/base/core/java/android/view/animation/ |
D | TranslateAnimation.java | 31 private int mFromXType = ABSOLUTE; 32 private int mToXType = ABSOLUTE; 34 private int mFromYType = ABSOLUTE; 35 private int mToYType = ABSOLUTE; 113 mFromXType = ABSOLUTE; in TranslateAnimation() 114 mToXType = ABSOLUTE; in TranslateAnimation() 115 mFromYType = ABSOLUTE; in TranslateAnimation() 116 mToYType = ABSOLUTE; in TranslateAnimation()
|
D | RotateAnimation.java | 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()
|
D | ClipRectAnimation.java | 36 private int mFromLeftType = ABSOLUTE; 37 private int mFromTopType = ABSOLUTE; 38 private int mFromRightType = ABSOLUTE; 39 private int mFromBottomType = ABSOLUTE; 41 private int mToLeftType = ABSOLUTE; 42 private int mToTopType = ABSOLUTE; 43 private int mToRightType = ABSOLUTE; 44 private int mToBottomType = ABSOLUTE;
|
D | ScaleAnimation.java | 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()
|
D | TranslateXAnimation.java | 42 super(fromXType, fromXValue, toXType, toXValue, ABSOLUTE, 0, ABSOLUTE, 0); in TranslateXAnimation()
|
D | TranslateYAnimation.java | 44 super(ABSOLUTE, 0, ABSOLUTE, 0, fromYType, fromYValue, toYType, toYValue); in TranslateYAnimation()
|
D | Animation.java | 67 public static final int ABSOLUTE = 0; field in Animation 1078 case ABSOLUTE: in resolveSize() 1192 d.type = ABSOLUTE; in parseValue() 1202 d.type = ABSOLUTE; in parseValue() 1207 d.type = ABSOLUTE; in parseValue() 1213 d.type = ABSOLUTE; in parseValue()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | protobuf-module.cmake.in | 12 get_filename_component(ABS_FIL ${FIL} ABSOLUTE) 25 get_filename_component(ABS_PATH ${DIR} ABSOLUTE) 36 get_filename_component(ABS_FIL ${FIL} ABSOLUTE) 66 get_filename_component(ABS_FIL ${FIL} ABSOLUTE) 79 get_filename_component(ABS_PATH ${DIR} ABSOLUTE) 89 get_filename_component(ABS_FIL ${FIL} ABSOLUTE)
|
D | install.cmake | 30 get_filename_component(_extract_from "${protobuf_SOURCE_DIR}/${_extract_from}" ABSOLUTE) 69 get_filename_component(_file_from "../src/${_file}" ABSOLUTE)
|
D | examples.cmake | 5 get_filename_component(examples_dir "../examples" ABSOLUTE)
|
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/ |
D | TemperatureTextAnimator.java | 159 new RotateAnimation(in ? -degrees : 0f, in ? 0f : degrees, Animation.ABSOLUTE, in createRotateFadeAnimation() 160 pivotX, Animation.ABSOLUTE, 0f)); in createRotateFadeAnimation()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | Operator.h | 65 ABSOLUTE = 32, enumerator 141 Operator& Operator::create<Operator::ABSOLUTE>();
|
D | UnaryOp.h | 59 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module&,
|
/frameworks/compile/mclinker/lib/Script/ |
D | Operator.cpp | 100 Operator& Operator::create<Operator::ABSOLUTE>() { in create() 101 static UnaryOp<Operator::ABSOLUTE> op; in create()
|
D | UnaryOp.cpp | 62 IntOperand* UnaryOp<Operator::ABSOLUTE>::eval(const Module& pModule, in eval()
|
D | ScriptParser.yy | 122 %token ABSOLUTE 774 | ABSOLUTE '(' exp ')' 777 &Operator::create<Operator::ABSOLUTE>());
|
D | ScriptScanner.ll | 111 <EXPRESSION>"ABSOLUTE" { return token::ABSOLUTE; }
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/examples/ |
D | CMakeLists.txt | 38 get_filename_component(proto_file_abs ${proto_file} ABSOLUTE)
|
/frameworks/opt/gamesdk/third_party/cube/app/ |
D | CMakeLists.txt | 18 ABSOLUTE)
|
/frameworks/opt/gamesdk/src/protobuf/ |
D | protobuf.cmake | 67 get_filename_component(ABS_FIL ${FIL} ABSOLUTE) 93 get_filename_component(ABS_PROTOBUF_NANO_SRC_DIR ${PROTOBUF_NANO_SRC_DIR} ABSOLUTE)
|
/frameworks/base/graphics/java/android/graphics/ |
D | ColorSpace.java | 744 ABSOLUTE enumConstant 3682 if (intent != RenderIntent.ABSOLUTE) return null; in computeTransform() 3859 if (intent == RenderIntent.ABSOLUTE) { in computeTransform()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |