Searched refs:phoneStatusBarViewController (Results 1 – 2 of 2) sorted by relevance
131 @Mock private lateinit var phoneStatusBarViewController: PhoneStatusBarViewController variable259 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()261 whenever(phoneStatusBarViewController.sendTouchToView(ev)).thenReturn(true) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()265 verify(phoneStatusBarViewController).sendTouchToView(ev) in handleDispatchTouchEvent_downTouchBelowView_sendsTouchToSb()272 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()279 whenever(phoneStatusBarViewController.sendTouchToView(nextEvent)).thenReturn(true) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()283 verify(phoneStatusBarViewController).sendTouchToView(nextEvent) in handleDispatchTouchEvent_downTouchBelowViewThenAnotherTouch_sendsTouchToSb()290 underTest.setStatusBarViewController(phoneStatusBarViewController) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()293 whenever(phoneStatusBarViewController.touchIsWithinView(anyFloat(), anyFloat())) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()295 whenever(phoneStatusBarViewController.sendTouchToView(DOWN_EVENT)).thenReturn(true) in handleDispatchTouchEvent_downAndPanelCollapsedAndInSbBoundAndSbWindowShow_sendsTouchToSb()[all …]
59 statusBarFragmentComponent.phoneStatusBarViewController, in <lambda>()