Home
last modified time | relevance | path

Searched defs:rawY (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()
2900 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY()
2904 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY()
3651 int32_t rawY = 200; in TEST_F() local
3696 int32_t rawY = 200; in TEST_F() local
5011 int32_t rawY = 200; in TEST_F() local
5062 int32_t rawY = 200; in TEST_F() local
5105 int32_t rawY = 200; in TEST_F() local
5155 int32_t rawY = 200; 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.cpp397 float rawY = getRawY(0); in transform() local