Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DIWindowSession.aidl284 oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects); in reportSystemGestureExclusionChanged() method
H A DWindowlessWindowManager.java581 public void reportSystemGestureExclusionChanged(android.view.IWindow window, in reportSystemGestureExclusionChanged() method in WindowlessWindowManager
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java533 public void reportSystemGestureExclusionChanged(IWindow window, List<Rect> exclusionRects) { in reportSystemGestureExclusionChanged() method in Session
H A DWindowManagerService.java4621 void reportSystemGestureExclusionChanged(Session session, IWindow window, in reportSystemGestureExclusionChanged() method in WindowManagerService