Home
last modified time | relevance | path

Searched defs:reportDecorViewGestureInterceptionChanged (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl311 oneway void reportDecorViewGestureInterceptionChanged(IWindow window, in boolean intercepted); in reportDecorViewGestureInterceptionChanged() method
DWindowlessWindowManager.java621 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) {} in reportDecorViewGestureInterceptionChanged() method in WindowlessWindowManager
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java597 public void reportDecorViewGestureInterceptionChanged(IWindow window, boolean intercepted) { in reportDecorViewGestureInterceptionChanged() method in Session