Home
last modified time | relevance | path

Searched refs:handleCommunalHubTouch (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt82 override fun handleCommunalHubTouch(event: MotionEvent?) {} in handleCommunalHubTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java330 void handleCommunalHubTouch(MotionEvent event); in handleCommunalHubTouch() method
DCentralSurfacesImpl.java2917 public void handleCommunalHubTouch(MotionEvent event) { in handleCommunalHubTouch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
DCommunalTouchHandler.java101 surfaces.handleCommunalHubTouch((MotionEvent) ev); in handleSessionStart()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/touch/
DCommunalTouchHandlerTest.java111 verify(mCentralSurfaces).handleCommunalHubTouch(motionEvent); in testEventPropagation()