Searched refs:reportSystemGestureExclusionChanged (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | IWindowSession.aidl | 306 oneway void reportSystemGestureExclusionChanged(IWindow window, in List<Rect> exclusionRects); in reportSystemGestureExclusionChanged() method
|
D | WindowlessWindowManager.java | 616 public void reportSystemGestureExclusionChanged(android.view.IWindow window, in reportSystemGestureExclusionChanged() method in WindowlessWindowManager
|
D | ViewRootImpl.java | 5922 mWindowSession.reportSystemGestureExclusionChanged(mWindow, rectsForWindowManager); in systemGestureExclusionChanged()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Session.java | 587 public void reportSystemGestureExclusionChanged(IWindow window, List<Rect> exclusionRects) { in reportSystemGestureExclusionChanged() method in Session 590 mService.reportSystemGestureExclusionChanged(this, window, exclusionRects); in reportSystemGestureExclusionChanged()
|
D | WindowManagerService.java | 4914 void reportSystemGestureExclusionChanged(Session session, IWindow window, in reportSystemGestureExclusionChanged() method in WindowManagerService
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowManagerServiceTests.java | 1352 mWm.reportSystemGestureExclusionChanged(session, window, new ArrayList<>()); in testReportSystemGestureExclusionChanged_invalidWindow()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16217 HSPLandroid/view/IWindowSession$Stub$Proxy;->reportSystemGestureExclusionChanged(Landroid/view/IWin…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16281 HSPLandroid/view/IWindowSession$Stub$Proxy;->reportSystemGestureExclusionChanged(Landroid/view/IWin…
|