Searched refs:handleExternalTouch (Results 1 – 11 of 11) sorted by relevance
119 verify(mShadeViewController, times(2)).handleExternalTouch(any()); in testSwipeDown_communalDisabled_sentToShadeView()131 verify(mShadeViewController, times(2)).handleExternalTouch(any()); in testSwipeDown_dreaming_sentToShadeView()153 verify(mShadeViewController, never()).handleExternalTouch(any()); in testSwipeUp_communalDisabled_touchesNotSent()
161 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_panelsNotEnabled_returnsFalseAndNoViewEvent()171 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_viewNotEnabled_returnsTrueAndNoViewEvent()182 verify(shadeViewController).handleExternalTouch(event) in handleTouchEventFromStatusBar_viewNotEnabledButIsMoveEvent_viewReceivesEvent()193 verify(shadeViewController).handleExternalTouch(event) in handleTouchEventFromStatusBar_panelAndViewEnabled_viewReceivesEvent()204 verify(shadeViewController, never()).handleExternalTouch(any()) in handleTouchEventFromStatusBar_topEdgeTouch_viewNeverReceivesEvent()
73 fun handleExternalTouch(event: MotionEvent): Boolean in startExpandLatencyTracking() method
82 override fun handleExternalTouch(event: MotionEvent): Boolean { in handleExternalTouch() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
282 public void handleExternalTouch(MotionEvent event) { in handleExternalTouch() method in NotificationShadeWindowViewController568 if (!handled && mShadeViewController.handleExternalTouch(ev)) { in setupExpandedStatusBar()
4275 public boolean handleExternalTouch(MotionEvent event) {
532 underTest.handleExternalTouch(DOWN_EVENT) in handleExternalTouch_intercepted_sendsOnTouch()533 underTest.handleExternalTouch(MOVE_EVENT) in handleExternalTouch_intercepted_sendsOnTouch()545 underTest.handleExternalTouch(DOWN_EVENT) in handleExternalTouch_notDispatched_interceptNotCalled()557 underTest.handleExternalTouch(DOWN_EVENT) in handleExternalTouch_notIntercepted_onTouchNotSent()558 underTest.handleExternalTouch(MOVE_EVENT) in handleExternalTouch_notIntercepted_onTouchNotSent()
117 mShadeViewController.handleExternalTouch(event); in sendTouchEvent()
228 return shadeViewController.handleExternalTouch(event) in <lambda>()
2913 getNotificationShadeWindowViewController().handleExternalTouch(event); in handleExternalShadeWindowTouch()
272 mShadeViewControllerLazy.get().handleExternalTouch(event);