Home
last modified time | relevance | path

Searched defs:rawX (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2882 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()
2887 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()
2892 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX()
2896 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX()
3650 int32_t rawX = 100; in TEST_F() local
3695 int32_t rawX = 100; in TEST_F() local
5010 int32_t rawX = 100; in TEST_F() local
5061 int32_t rawX = 100; in TEST_F() local
5104 int32_t rawX = 100; in TEST_F() local
5154 int32_t rawX = 100; in TEST_F() local
[all …]
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
/frameworks/native/libs/input/
DInput.cpp396 float rawX = getRawX(0); in transform() local