Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/touch/
DShadeTouchHandlerTest.java109 verify(mCentralSurfaces, times(2)).handleExternalShadeWindowTouch(any()); in testSwipeDown_communalEnabled_sentToCentralSurfaces()
142 verify(mCentralSurfaces, never()).handleExternalShadeWindowTouch(any()); in testSwipeUp_communalEnabled_touchesNotSent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.kt81 override fun handleExternalShadeWindowTouch(event: MotionEvent?) {} in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
DCentralSurfaces.java292 void handleExternalShadeWindowTouch(MotionEvent event); in handleExternalShadeWindowTouch() method
DCentralSurfacesImpl.java2912 public void handleExternalShadeWindowTouch(MotionEvent event) { in handleExternalShadeWindowTouch() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.java114 mSurfaces.get().handleExternalShadeWindowTouch(event); in sendTouchEvent()