Searched refs:nextEvent (Results 1 – 4 of 4) sorted by relevance
277 val nextEvent = in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb() constant279 whenever(phoneStatusBarViewController.sendTouchToView(nextEvent)).thenReturn(true) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()281 val returnVal = interactionEventHandler.handleDispatchTouchEvent(nextEvent) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()283 verify(phoneStatusBarViewController).sendTouchToView(nextEvent) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()364 val nextEvent = MotionEvent.obtain(0L, 0L, MotionEvent.ACTION_MOVE, 0f, 0f, 0) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb() constant365 whenever(phoneStatusBarViewController.sendTouchToView(nextEvent)).thenReturn(true) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()367 val returnVal = interactionEventHandler.handleDispatchTouchEvent(nextEvent) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()369 verify(phoneStatusBarViewController).sendTouchToView(nextEvent) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
583 val nextEvent = events.getOrNull(i + 1) in <lambda>() constant584 if (nextEvent == null || nextEvent.pos < candidate - eventGapSize) { in <lambda>()
129 Event event = nextEvent(); in loop()233 private Event nextEvent() { in nextEvent() method in GraphRunner.GraphRunLoop
898 Event event = nextEvent(); in loop()1131 private Event nextEvent() { in nextEvent() method in CameraStreamer.CameraRunnable