Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt244 fun withYPrecision(yPrecision: Float): in withYPrecision() method
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java32 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withYPrecision;
1129 withYPrecision(javaMotionEvent.getYPrecision()) in testNativeToJavaConverter()