Home
last modified time | relevance | path

Searched refs:handleExternalTouch (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DShadeTouchHandlerTest.java119 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewControllerTest.kt161 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewController.kt73 fun handleExternalTouch(event: MotionEvent): Boolean in startExpandLatencyTracking() method
DShadeViewControllerEmptyImpl.kt82 override fun handleExternalTouch(event: MotionEvent): Boolean { in handleExternalTouch() method in com.android.systemui.shade.ShadeViewControllerEmptyImpl
DNotificationShadeWindowViewController.java282 public void handleExternalTouch(MotionEvent event) { in handleExternalTouch() method in NotificationShadeWindowViewController
568 if (!handled && mShadeViewController.handleExternalTouch(ev)) { in setupExpandedStatusBar()
DNotificationPanelViewController.java4275 public boolean handleExternalTouch(MotionEvent event) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewControllerTest.kt532 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java117 mShadeViewController.handleExternalTouch(event); in sendTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarViewController.kt228 return shadeViewController.handleExternalTouch(event) in <lambda>()
DCentralSurfacesImpl.java2913 getNotificationShadeWindowViewController().handleExternalTouch(event); in handleExternalShadeWindowTouch()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java272 mShadeViewControllerLazy.get().handleExternalTouch(event);