Home
last modified time | relevance | path

Searched defs:reportSystemGestureExclusionChanged (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindowSession.aidl332 oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects); in reportSystemGestureExclusionChanged() method
DWindowlessWindowManager.java429 public void reportSystemGestureExclusionChanged(android.view.IWindow window, in reportSystemGestureExclusionChanged() method in WindowlessWindowManager
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java345 public void reportSystemGestureExclusionChanged(IWindow window, List<Rect> exclusionRects) { in reportSystemGestureExclusionChanged() method in Session
DWindowManagerService.java4077 void reportSystemGestureExclusionChanged(Session session, IWindow window, in reportSystemGestureExclusionChanged() method in WindowManagerService