Home
last modified time | relevance | path

Searched defs:intercepted (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/view/
DIDecorViewGestureListener.aidl31 void onInterceptionChanged(in IBinder windowToken, in boolean intercepted); in onInterceptionChanged()
DIWindowSession.aidl311 oneway void reportDecorViewGestureInterceptionChanged(IWindow window, in boolean intercepted); in reportDecorViewGestureInterceptionChanged()
DWindowlessWindowManager.java621 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) {} in reportDecorViewGestureInterceptionChanged()
DViewRootImpl.java5936 public void updateDecorViewGestureInterception(boolean intercepted) { in updateDecorViewGestureInterception()
5944 void decorViewInterceptionChanged(boolean intercepted) { in decorViewInterceptionChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DLockscreenShadeTransitionController.kt833 val intercepted = in onInterceptTouchEvent() constant
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java597 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) { in reportDecorViewGestureInterceptionChanged()
DDisplayContent.java6057 void updateDecorViewGestureIntercepted(IBinder token, boolean intercepted) { in updateDecorViewGestureIntercepted()
DWindowManagerService.java4902 void reportDecorViewGestureChanged(Session session, IWindow window, boolean intercepted) { in reportDecorViewGestureChanged()