Searched defs:nextEvent (Results 1 – 4 of 4) sorted by relevance
277 val nextEvent = in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb() constant364 val nextEvent = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_MOVE, 0f, 0f, 0) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb() constant
583 val nextEvent = events.getOrNull(i + 1) in <lambda>() constant
233 private Event nextEvent() { in nextEvent() method in GraphRunner.GraphRunLoop
1131 private Event nextEvent() { in nextEvent() method in CameraStreamer.CameraRunnable