/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurfaceDrawer.java | 131 mWindowlessRecords.removeWindow(removalInfo, removalInfo.removeImmediately); in removeStartingWindow() 136 mWindowRecords.removeWindow(removalInfo, removalInfo.removeImmediately); in removeStartingWindow() 191 records.removeWindow(taskId); in onImeDrawnOnTask() 325 removeWindow(taskIds[i]); in clearAllWindows() 333 void removeWindow(StartingWindowRemovalInfo removeInfo, boolean immediately) { in removeWindow() method in StartingSurfaceDrawer.StartingWindowRecordManager 344 void removeWindow(int taskId) { in removeWindow() method in StartingSurfaceDrawer.StartingWindowRecordManager 346 removeWindow(mTmpRemovalInfo, true/* immediately */); in removeWindow()
|
H A D | SnapshotWindowCreator.java | 38 mStartingWindowRecordManager.removeWindow(taskId); in makeTaskSnapshotWindow() 41 () -> mStartingWindowRecordManager.removeWindow(taskId)); in makeTaskSnapshotWindow()
|
H A D | SplashscreenWindowCreator.java | 361 mStartingWindowRecordManager.removeWindow(taskId); in addWindow()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/ |
H A D | StartingSurfaceDrawerTests.java | 163 verify(mStartingSurfaceDrawer.mWindowRecords).removeWindow(any(), eq(false)); in testAddSplashScreenSurface() 258 .removeWindow(any(), eq(true)); in testRemoveTaskSnapshotWithImeSurfaceWhenOnImeDrawn() 283 verify(mStartingSurfaceDrawer.mWindowRecords).removeWindow(any(), eq(true)); in testClearAllWindows() 285 verify(mStartingSurfaceDrawer.mWindowlessRecords).removeWindow(any(), eq(true)); in testClearAllWindows()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 557 removeWindow(); in onDestroy() 875 void removeWindow() { in removeWindow() method in ScreenshotController 1001 removeWindow();
|
H A D | TakeScreenshotService.java | 145 mScreenshot.removeWindow(); in onUnbind()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | TakeScreenshotServiceTest.kt | 132 verify(controller, times(1)).removeWindow()
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/ |
H A D | AbsCaptureHelperTest.java | 280 public final void removeWindow() { in removeWindow() method in AbsCaptureHelperTest
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Session.java | 236 mService.removeWindow(this, window); in remove()
|
H A D | WindowManagerService.java | 1948 void removeWindow(Session session, IWindow client) { in removeWindow() method in WindowManagerService
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | PhoneWindow.java | 984 sRotationWatcher.removeWindow(this); in closePanel() 3708 public void removeWindow(PhoneWindow phoneWindow) {
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowStateTests.java | 1378 mWm.removeWindow(session, client); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged()
|