Home
last modified time | relevance | path

Searched refs:nextEvent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt277 val nextEvent = in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb() constant
279 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() constant
365 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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithm.kt583 val nextEvent = events.getOrNull(i + 1) in <lambda>() constant
584 if (nextEvent == null || nextEvent.pos < candidate - eventGapSize) { in <lambda>()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DGraphRunner.java129 Event event = nextEvent(); in loop()
233 private Event nextEvent() { in nextEvent() method in GraphRunner.GraphRunLoop
DCameraStreamer.java898 Event event = nextEvent(); in loop()
1131 private Event nextEvent() { in nextEvent() method in CameraStreamer.CameraRunnable