Searched defs:rawX (Results 1 – 8 of 8) sorted by relevance
174 float rawX, in VerifiedMotionEvent()343 float rawX = in.readFloat(); in VerifiedMotionEvent() local
44 const float rawX = entry.pointerCoords[0].getAxisValue(AMOTION_EVENT_AXIS_X); in verifiedMotionEventFromMotionEntry() local
615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
659 float rawX = x + r.left; in obtainTouchEvent() local672 float rawX = x + r.left; in obtainTouchEventWithPointerId() local
3945 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()3950 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()3955 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX()3959 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX()4695 int32_t rawX = 100; in TEST_F() local4739 int32_t rawX = 100; in TEST_F() local6033 int32_t rawX = 100; in TEST_F() local6083 int32_t rawX = 100; in TEST_F() local6125 int32_t rawX = 100; in TEST_F() local6174 int32_t rawX = 100; in TEST_F() local[all …]
353 float rawX = x * scaleX; in mapCorrectedToRawImplSimple() local
396 const float rawX = getRawXCursorPosition(); in getXCursorPosition() local
813 float rawX; member