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.java75 int originalY = mInt2Cache[1] + original.getHeight() / 2; in setLocation() local
82 mBrightnessMirror.setTranslationY(originalY - mirrorY); in setLocation()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2132 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
2142 process(mapper, ARBITRARY_TIME, DEVICE_ID, EV_REL, REL_Y, originalY); in testMotionRotation()