Home
last modified time | relevance | path

Searched defs:withEventTime (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/cts/libs/input/src/com/android/cts/input/
H A DInputEventMatchers.kt189 fun withEventTime(eventTime: Long): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withEventTime() method