Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DSimultaneousTouchAndStylusTest.kt38 import com.android.cts.input.inputeventmatchers.withDeviceId
116 withDeviceId(touchScreen.getDeviceId()), in testLeftTouchRightStylusMove()
121 withDeviceId(stylus.getDeviceId()), in testLeftTouchRightStylusMove()
217 withDeviceId(touchScreen.getDeviceId()), in testLeftTouchRightStylusHover()
222 withDeviceId(stylus.getDeviceId()), in testLeftTouchRightStylusHover()
/cts/libs/input/src/com/android/cts/input/
DInputEventMatchers.kt128 fun withDeviceId(deviceId: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withDeviceId() method
/cts/tests/tests/view/src/android/view/cts/
DMotionEventTest.java22 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withDeviceId;
1123 withDeviceId(javaMotionEvent.getDeviceId()), in testNativeToJavaConverter()