Searched refs:withEventTime (Results 1 – 2 of 2) sorted by relevance
138 fun withEventTime(eventTime: Long): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withEventTime() method
25 import static com.android.cts.input.inputeventmatchers.InputEventMatchersKt.withEventTime;1116 withEventTime(javaMotionEvent.getEventTime()), in testNativeToJavaConverter()