Searched defs:withEventTime (Results 1 – 1 of 1) sorted by relevance
189 fun withEventTime(eventTime: Long): Matcher<MotionEvent> = object : TypeSafeMatcher<MotionEvent>() { in withEventTime() method