D | InputReader_test.cpp | 2809 float toDisplayX(int32_t rawX); 2810 float toDisplayX(int32_t rawX, int32_t displayWidth); 2892 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX() function in android::TouchInputMapperTest 2893 return toDisplayX(rawX, DISPLAY_WIDTH); in toDisplayX() 2896 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX() 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 …]
|