Home
last modified time | relevance | path

Searched refs:removeWindow (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java131 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 DSnapshotWindowCreator.java38 mStartingWindowRecordManager.removeWindow(taskId); in makeTaskSnapshotWindow()
41 () -> mStartingWindowRecordManager.removeWindow(taskId)); in makeTaskSnapshotWindow()
H A DSplashscreenWindowCreator.java361 mStartingWindowRecordManager.removeWindow(taskId); in addWindow()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java163 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 DScreenshotController.java557 removeWindow(); in onDestroy()
875 void removeWindow() { in removeWindow() method in ScreenshotController
1001 removeWindow();
H A DTakeScreenshotService.java145 mScreenshot.removeWindow(); in onUnbind()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DTakeScreenshotServiceTest.kt132 verify(controller, times(1)).removeWindow()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DAbsCaptureHelperTest.java280 public final void removeWindow() { in removeWindow() method in AbsCaptureHelperTest
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSession.java236 mService.removeWindow(this, window); in remove()
H A DWindowManagerService.java1948 void removeWindow(Session session, IWindow client) { in removeWindow() method in WindowManagerService
/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java984 sRotationWatcher.removeWindow(this); in closePanel()
3708 public void removeWindow(PhoneWindow phoneWindow) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java1378 mWm.removeWindow(session, client); in testImeTargetChangeListener_OnImeTargetOverlayVisibilityChanged()