Home
last modified time | relevance | path

Searched refs:removeIfPossible (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawer.java231 abstract boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately); in removeIfPossible() method in StartingSurfaceDrawer.StartingWindowRecord
271 public final boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() method in StartingSurfaceDrawer.SnapshotRecord
337 final boolean canRemoveRecord = record.removeIfPossible(removeInfo, immediately); in removeWindow()
H A DWindowlessSplashWindowCreator.java127 public boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() method in WindowlessSplashWindowCreator.SplashWindowRecord
H A DSplashscreenWindowCreator.java484 public boolean removeIfPossible(StartingWindowRemovalInfo info, boolean immediately) { in removeIfPossible() method in SplashscreenWindowCreator.SplashWindowRecord
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DStartingSurfaceDrawerTests.java268 public boolean removeIfPossible(StartingWindowRemovalInfo info, in testClearAllWindows()
276 public boolean removeIfPossible(StartingWindowRemovalInfo info, in testClearAllWindows()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputManagerCallback.java86 windowState.removeIfPossible(); in notifyInputChannelBroken()
H A DWindowToken.java249 win.removeIfPossible(); in removeAllWindowsIfPossible()
H A DTask.java734 removeIfPossible("cleanUpResourcesForDestroy"); in cleanUpResourcesForDestroy()
739 void removeIfPossible() { in removeIfPossible() method in Task
740 removeIfPossible("removeTaskIfPossible"); in removeIfPossible()
743 void removeIfPossible(String reason) { in removeIfPossible() method in Task
1533 removeIfPossible(reason); in removeChild()
H A DWindowState.java2410 void removeIfPossible() { in removeIfPossible() method in WindowState
2945 win.removeIfPossible(); in binderDied()
2948 WindowState.this.removeIfPossible(); in binderDied()
H A DActivityStarter.java1530 startedActivityRootTask.removeIfPossible("handleStartResult"); in handleStartResult()
1874 rootTask.removeIfPossible("computeTargetTask"); in computeTargetTask()
H A DWindowContainer.java935 void removeIfPossible() { in removeIfPossible() method in WindowContainer
938 wc.removeIfPossible(); in removeIfPossible()
H A DDisplayContent.java3340 void removeIfPossible() { in removeIfPossible() method in DisplayContent
6407 forAllRootTasks(t -> {t.removeIfPossible("releaseSelfIfNeeded");}); in releaseSelfIfNeeded()
6409 removeIfPossible(); in releaseSelfIfNeeded()
H A DActivityRecord.java4268 void removeIfPossible() { in removeIfPossible() method in ActivityRecord
4277 removeIfPossible(); in handleCompleteDeferredRemoval()
4352 removeIfPossible(); in onRemovedFromDisplay()
H A DWindowManagerService.java1952 win.removeIfPossible(); in removeWindow()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTokenTests.java304 win.removeIfPossible(); in testRemoveWindowToken_noAnimateExitWhenSet()
H A DRecentsAnimationTest.java327 fullscreenStack.removeIfPossible(); in testKeepAnimationOnHiddenStackOrderChange()
H A DRootWindowContainerTests.java710 taskDisplayArea.getRootHomeTask().removeIfPossible(); in testResumeFocusedRootTasksStartsHomeActivity_NoActivities()
731 taskDisplayArea.getRootHomeTask().removeIfPossible(); in testResumeFocusedRootTasksStartsHomeActivity_ActivityOnSecondaryScreen()
H A DDisplayPolicyTests.java387 navbar.removeIfPossible(); in testUpdateDisplayConfigurationByDecor()
H A DRootTaskTests.java178 rootTask.removeIfPossible(); in testRemoveContainer()
196 rootTask.removeIfPossible(); in testRemoveContainer_deferRemoval()
H A DRecentTasksTest.java1109 task.removeIfPossible(); in testNotRestoreRecentTaskApis()
H A DWindowStateTests.java478 appWindow.removeIfPossible(); in testDeferredRemovalByAnimating()
H A DTaskTests.java178 task.removeIfPossible(); in testRemoveContainer_deferRemoval()
H A DActivityRecordTests.java2699 closingWindow.removeIfPossible(); in testStuckExitingWindow()