Home
last modified time | relevance | path

Searched refs:originalY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java81 int originalY = mInt2Cache[1] + original.getHeight() / 2; in setLocation() local
88 mBrightnessMirror.setTranslationY(originalY - mirrorY); in setLocation()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3033 void testMotionRotation(CursorInputMapper& mapper, int32_t originalX, int32_t originalY,
3047 int32_t originalY, int32_t rotatedX, in testMotionRotation() argument
3052 process(mapper, ARBITRARY_TIME, EV_REL, REL_Y, originalY); in testMotionRotation()