Searched refs:originalY (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 74 int originalY = mInt2Cache[1] + original.getHeight() / 2; in setLocation() local 81 mBrightnessMirror.setTranslationY(originalY - mirrorY); in setLocation()
|
/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 2413 process(mapper, ARBITRARY_TIME, EV_REL, REL_Y, originalY); in testMotionRotation()
|