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