Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2566 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX()
2571 float TouchInputMapperTest::toCookedY(float rawX, float rawY) { in toCookedY()
2580 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY()
3228 int32_t rawY = 200; in TEST_F() local
3273 int32_t rawY = 200; in TEST_F() local
4505 int32_t rawY = 200; in TEST_F() local
4556 int32_t rawY = 200; in TEST_F() local
4599 int32_t rawY = 200; in TEST_F() local
4649 int32_t rawY = 200; in TEST_F() local
4682 int32_t rawY = 200; in TEST_F() local
/frameworks/base/core/java/android/widget/
DZoomButtonsController.java612 private View findViewForTouch(int rawX, int rawY) { in findViewForTouch()
DEditor.java3817 final float rawY = ev.getRawY(); in onTouchEvent() local
/frameworks/native/libs/input/
DInput.cpp397 float rawY = getRawY(0); in transform() local