Searched refs:handleDispatchTouchEvent (Results 1 – 3 of 3) sorted by relevance
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()361 interactionEventHandler.handleDispatchTouchEvent(DOWN_EVENT) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()367 val returnVal = interactionEventHandler.handleDispatchTouchEvent(nextEvent) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()[all …]
125 Boolean result = mInteractionEventHandler.handleDispatchTouchEvent(ev); in dispatchTouchEvent()293 Boolean handleDispatchTouchEvent(MotionEvent ev); in handleDispatchTouchEvent() method
313 public Boolean handleDispatchTouchEvent(MotionEvent ev) { in setupExpandedStatusBar()