Home
last modified time | relevance | path

Searched defs:originalX (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java73 int originalX = mInt2Cache[0] + original.getWidth() / 2; in setLocation() local
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2421 int32_t originalX, int32_t originalY, int32_t rotatedX, int32_t rotatedY) { in testMotionRotation()