Home
last modified time | relevance | path

Searched refs:interactionEventHandler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt158 private lateinit var interactionEventHandler: InteractionEventHandler variable
240 interactionEventHandler = interactionEventHandlerCaptor.value in setUp()
251 val returnVal = interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_nullStatusBarViewController_returnsFalse()
263 val returnVal = interactionEventHandler.handleDispatchTouchEvent(ev) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()
275 interactionEventHandler.handleDispatchTouchEvent(downEvBelow) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()
281 val returnVal = interactionEventHandler.handleDispatchTouchEvent(nextEvent) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()
297 val returnVal = interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()
313 val returnVal = interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_panelNotCollapsed_returnsNull()
329 val returnVal = interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_touchNotInSbBounds_returnsNull()
345 val returnVal = interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_sbWindowNotShowing_noSendTouchToSbAndReturnsTrue()
[all …]
DNotificationShadeWindowViewTest.kt136 private lateinit var interactionEventHandler: InteractionEventHandler variable in com.android.systemui.shade.NotificationShadeWindowViewTest
233 assertThat(interactionEventHandler.shouldInterceptTouchEvent(mock())).isTrue() in testInterceptTouchWhenShowingAltAuth()
248 assertThat(interactionEventHandler.shouldInterceptTouchEvent(mock())).isFalse() in testNoInterceptTouch()
262 assertThat(interactionEventHandler.handleTouchEvent(mock())).isTrue() in testHandleTouchEventWhenShowingAltAuth()
267 interactionEventHandler = interactionEventHandlerCaptor.value in captureInteractionEventHandler()