Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewControllerTest.kt158 verify(shadeViewController, never()).handleExternalTouch(any())
168 verify(shadeViewController, never()).handleExternalTouch(any())
179 verify(shadeViewController).handleExternalTouch(event)
190 verify(shadeViewController).handleExternalTouch(event)
201 verify(shadeViewController, never()).handleExternalTouch(any())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DShadeTouchHandler.java60 mShadeViewController.handleExternalTouch((MotionEvent) ev); in onSessionStart()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/touch/
H A DShadeTouchHandlerTest.java111 verify(mShadeViewController).handleExternalTouch(motionEvent); in testEventPropagation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DShadeViewControllerEmptyImpl.kt85 override fun handleExternalTouch(event: MotionEvent): Boolean {
H A DShadeViewController.kt246 fun handleExternalTouch(event: MotionEvent): Boolean regex
H A DNotificationPanelViewController.java4210 public boolean handleExternalTouch(MotionEvent event) { in handleExternalTouch() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarViewController.kt202 return shadeViewController.handleExternalTouch(event)
H A DCentralSurfacesImpl.java1804 mShadeSurface.handleExternalTouch(event); in onStatusBarTrackpadEvent()