D | InputReader_test.cpp | 3253 float toDisplayX(int32_t rawX); 3254 float toDisplayX(int32_t rawX, int32_t displayWidth); 3343 float TouchInputMapperTest::toDisplayX(int32_t rawX) { in toDisplayX() function in android::TouchInputMapperTest 3344 return toDisplayX(rawX, DISPLAY_WIDTH); in toDisplayX() 3347 float TouchInputMapperTest::toDisplayX(int32_t rawX, int32_t displayWidth) { in toDisplayX() 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 …]
|