D | InputReader_test.cpp | 3255 float toDisplayY(int32_t rawY); 3256 float toDisplayY(int32_t rawY, int32_t displayHeight); 3351 float TouchInputMapperTest::toDisplayY(int32_t rawY) { in toDisplayY() function in android::TouchInputMapperTest 3352 return toDisplayY(rawY, DISPLAY_HEIGHT); in toDisplayY() 3355 float TouchInputMapperTest::toDisplayY(int32_t rawY, int32_t displayHeight) { in toDisplayY() function in android::TouchInputMapperTest 3685 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3709 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3732 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3783 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() 3806 toDisplayX(x), toDisplayY(y), 1, 0, 0, 0, 0, 0, 0, 0)); in TEST_F() [all …]
|