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