Searched refs:originalX (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 74 int originalX = mInt2Cache[0] + original.getWidth() / 2; in setLocation() local 81 mBrightnessMirror.setTranslationX(originalX - mirrorX); in setLocation()
|
/frameworks/base/core/java/android/text/ |
D | TextLine.java | 1143 final float originalX = x; in handleRun() local 1239 return x - originalX; in handleRun()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2132 int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY); 2138 int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) { in testMotionRotation() argument 2141 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_REL, REL_X, originalX); in testMotionRotation()
|