Home
last modified time | relevance | path

Searched refs:toRawY (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4363 int32_t toRawY(float displayY);
4444 int32_t TouchInputMapperTest::toRawY(float displayY) { in toRawY() function in android::TouchInputMapperTest
4601 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()
4629 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()
4673 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()
4723 int32_t y = toRawY(VIRTUAL_KEYS[0].centerY); in TEST_F()
5103 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()
5129 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()
5157 processDown(mapper, RAW_X_MAX - toRawX(50) + RAW_X_MIN, RAW_Y_MAX - toRawY(75) + RAW_Y_MIN); in TEST_F()
5195 processDown(mapper, toRawX(50), toRawY(75)); in TEST_F()
[all …]