Home
last modified time | relevance | path

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

/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt233 fun withXPrecision(xPrecision: Float): in withXPrecision() method
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java31 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withXPrecision;
1128 withXPrecision(javaMotionEvent.getXPrecision()), in testNativeToJavaConverter()