Home
last modified time | relevance | path

Searched defs:rawY (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()
3033 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY()
3037 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY()
3784 int32_t rawY = 200; in TEST_F() local
3829 int32_t rawY = 200; in TEST_F() local
5149 int32_t rawY = 200; in TEST_F() local
5200 int32_t rawY = 200; in TEST_F() local
5243 int32_t rawY = 200; in TEST_F() local
5293 int32_t rawY = 200; in TEST_F() local
[all …]
/frameworks/native/libs/input/
DInput.cpp397 float rawY = getRawY(0); in transform() local