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.java95 int originalX = mInt2Cache[0] - mBrightnessMirrorBackgroundPadding; in setLocationAndSize() local
102 mBrightnessMirror.setTranslationX(originalX - mirrorX); in setLocationAndSize()
/frameworks/native/services/inputflinger/tests/
DCursorInputMapper_test.cpp179 void testMotionRotation(int32_t originalX, int32_t originalY, int32_t rotatedX, in testMotionRotation() argument
182 args += process(ARBITRARY_TIME, EV_REL, REL_X, originalX); in testMotionRotation()
/frameworks/base/core/java/android/text/
DTextLine.java1650 final float originalX = x; in handleRun() local
1771 return x - originalX; in handleRun()