Home
last modified time | relevance | path

Searched refs:originalX (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBrightnessMirrorController.java80 int originalX = mInt2Cache[0] + original.getWidth() / 2; in setLocation() local
87 mBrightnessMirror.setTranslationX(originalX - mirrorX); in setLocation()
/frameworks/base/core/java/android/text/
DTextLine.java1127 final float originalX = x;
1231 return x - originalX;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3033 void testMotionRotation(CursorInputMapper& mapper, int32_t originalX, int32_t originalY,
3046 void CursorInputMapperTest::testMotionRotation(CursorInputMapper& mapper, int32_t originalX, in testMotionRotation() argument
3051 process(mapper, ARBITRARY_TIME, EV_REL, REL_X, originalX); in testMotionRotation()