Home
last modified time | relevance | path

Searched refs:handleDispatchTouchEvent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt251 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()
361 interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
367 val returnVal = interactionEventHandler.handleDispatchTouchEvent(nextEvent) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowView.java125 Boolean result = mInteractionEventHandler.handleDispatchTouchEvent(ev); in dispatchTouchEvent()
293 Boolean handleDispatchTouchEvent(MotionEvent ev); in handleDispatchTouchEvent() method
DNotificationShadeWindowViewController.java313 public Boolean handleDispatchTouchEvent(MotionEvent ev) { in setupExpandedStatusBar()