Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java615 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3015 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()
3020 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()
3025 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX()
3029 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX()
3783 int32_t rawX = 100; in TEST_F() local
3828 int32_t rawX = 100; in TEST_F() local
5143 int32_t rawX = 100; in TEST_F() local
5194 int32_t rawX = 100; in TEST_F() local
5237 int32_t rawX = 100; in TEST_F() local
5287 int32_t rawX = 100; in TEST_F() local
[all …]
/frameworks/native/libs/input/
DInput.cpp396 float rawX = getRawX(0); in transform() local