Searched refs:sendTouchToView (Results 1 – 3 of 3) sorted by relevance
261 whenever(phoneStatusBarViewController.sendTouchToView(ev)).thenReturn(true) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()265 verify(phoneStatusBarViewController).sendTouchToView(ev) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()279 whenever(phoneStatusBarViewController.sendTouchToView(nextEvent)).thenReturn(true) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()283 verify(phoneStatusBarViewController).sendTouchToView(nextEvent) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()295 whenever(phoneStatusBarViewController.sendTouchToView(DOWN_EVENT)).thenReturn(true) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()299 verify(phoneStatusBarViewController).sendTouchToView(DOWN_EVENT) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()315 verify(phoneStatusBarViewController, never()).sendTouchToView(DOWN_EVENT) in handleDispatchTouchEvent_panelNotCollapsed_returnsNull()331 verify(phoneStatusBarViewController, never()).sendTouchToView(DOWN_EVENT) in handleDispatchTouchEvent_touchNotInSbBounds_returnsNull()347 verify(phoneStatusBarViewController, never()).sendTouchToView(DOWN_EVENT) in handleDispatchTouchEvent_sbWindowNotShowing_noSendTouchToSbAndReturnsTrue()365 whenever(phoneStatusBarViewController.sendTouchToView(nextEvent)).thenReturn(true) in handleDispatchTouchEvent_downEventSentToSbThenAnotherEvent_sendsTouchToSb()[all …]
413 mStatusBarViewController.sendTouchToView(ev)); in setupExpandedStatusBar()426 mStatusBarViewController.sendTouchToView(ev)); in setupExpandedStatusBar()433 final boolean sendToStatusBar = mStatusBarViewController.sendTouchToView(ev); in setupExpandedStatusBar()
157 fun sendTouchToView(ev: MotionEvent): Boolean { in <lambda>() method