D | InputReader_test.cpp | 2811 float toDisplayY(int32_t rawY); 2812 float toDisplayY(int32_t rawY, int32_t displayHeight); 2900 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY() function in android::TouchInputMapperTest 2901 return toDisplayY(rawY, DISPLAY_HEIGHT); in toDisplayY() 2904 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY() function in android::TouchInputMapperTest 3234 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3258 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3281 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3332 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3355 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() [all …]
|