Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2940 float toCookedX(float rawX, float rawY);
3015 float TouchInputMapperTest::toCookedX(float rawX, float rawY) { in toCookedX() function in android::TouchInputMapperTest
3831 float x = toDisplayX(toCookedX(rawX, rawY)); in TEST_F()