Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DZoomButtonsController.java612 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2570 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()
2575 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()
2584 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY()
3232 int32_t rawY = 200; in TEST_F() local
3277 int32_t rawY = 200; in TEST_F() local
4509 int32_t rawY = 200; in TEST_F() local
4560 int32_t rawY = 200; in TEST_F() local
4603 int32_t rawY = 200; in TEST_F() local
4653 int32_t rawY = 200; in TEST_F() local
4686 int32_t rawY = 200; in TEST_F() local
/frameworks/native/libs/input/
DInput.cpp397 float rawY = getRawY(0); in transform() local