Home
last modified time | relevance | path

Searched defs:Y_PRECISION (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java118 private static final float Y_PRECISION = 1; field in MotionEventInjectorTest
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp4632 static const float Y_PRECISION; member in android::TouchInputMapperTest
4697 const float TouchInputMapperTest::Y_PRECISION = float(RAW_Y_MAX - RAW_Y_MIN + 1) / DISPLAY_HEIGHT; member in android::TouchInputMapperTest