Searched refs:handleExternalShadeWindowTouch (Results 1 – 5 of 5) sorted by relevance
109 verify(mCentralSurfaces, times(2)).handleExternalShadeWindowTouch(any()); in testSwipeDown_communalEnabled_sentToCentralSurfaces()142 verify(mCentralSurfaces, never()).handleExternalShadeWindowTouch(any()); in testSwipeUp_communalEnabled_touchesNotSent()
81 override fun handleExternalShadeWindowTouch(event: MotionEvent?) {} in shouldIgnoreTouch() method in com.android.systemui.statusbar.phone.CentralSurfacesEmptyImpl
292 void handleExternalShadeWindowTouch(MotionEvent event); in handleExternalShadeWindowTouch() method
2912 public void handleExternalShadeWindowTouch(MotionEvent event) { in handleExternalShadeWindowTouch() method
114 mSurfaces.get().handleExternalShadeWindowTouch(event); in sendTouchEvent()