Searched refs:withDeviceId (Results 1 – 3 of 3) sorted by relevance
38 import com.android.cts.input.inputeventmatchers.withDeviceId116 withDeviceId(touchScreen.getDeviceId()), in testLeftTouchRightStylusMove()121 withDeviceId(stylus.getDeviceId()), in testLeftTouchRightStylusMove()217 withDeviceId(touchScreen.getDeviceId()), in testLeftTouchRightStylusHover()222 withDeviceId(stylus.getDeviceId()), in testLeftTouchRightStylusHover()
128 fun withDeviceId(deviceId: Int): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withDeviceId() method
22 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withDeviceId;1123 withDeviceId(javaMotionEvent.getDeviceId()), in testNativeToJavaConverter()