Searched refs:rawX (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/input/
H A DInput.cpp390 // rawX and rawY. So we apply the transformation to the first point
391 // then derive an appropriate new X/Y offset that will preserve rawX
396 float rawX = getRawX(0); local
398 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, &newX, &newY);
399 mXOffset = newX - rawX;
/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java611 * @param rawX The raw X.
615 private View findViewForTouch(int rawX, int rawY) { argument
617 int containerCoordsX = rawX - mContainerRawLocation[0];
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2940 float toCookedX(float rawX, float rawY);
2941 float toCookedY(float rawX, float rawY);
2942 float toDisplayX(int32_t rawX);
2943 float toDisplayX(int32_t rawX, int32_t displayWidth);
3015 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { argument
3016 AFFINE_TRANSFORM.applyTo(rawX, rawY);
3017 return rawX;
3020 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { argument
3021 AFFINE_TRANSFORM.applyTo(rawX, rawY);
3025 float TouchInputMapperTest::toDisplayX(int32_t rawX) { argument
3029 toDisplayX(int32_t rawX, int32_t displayWidth) argument
3783 int32_t rawX = 100; local
3828 int32_t rawX = 100; local
5148 int32_t rawX = 100; local
5199 int32_t rawX = 100; local
5242 int32_t rawX = 100; local
5292 int32_t rawX = 100; local
5331 int32_t rawX = 100; local
[all...]

Completed in 129 milliseconds