Home
last modified time | relevance | path

Searched refs:removeImmediately (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppChangeTransitionTests.java113 mActivity.removeImmediately(); in testModeChangeRemoteAnimatorNoSnapshot()
132 mActivity.removeImmediately(); in testCancelPendingChangeOnRemove()
155 mActivity.removeImmediately(); in testNoChangeOnOldDisplayWhenMoveDisplay()
173 mActivity.removeImmediately(); in testCancelPendingChangeOnHide()
H A DWindowTokenTests.java106 window2.removeImmediately(); in testChildRemoval()
110 window1.removeImmediately(); in testChildRemoval()
139 window1.removeImmediately(); in testTokenRemovalProcess()
145 window2.removeImmediately(); in testTokenRemovalProcess()
H A DDisplayAreaOrganizerTest.java81 mTestDisplayArea.removeImmediately(); in tearDown()
234 verify(newTda).removeImmediately(); in testDeleteTaskDisplayArea()
259 verify(newTda).removeImmediately(); in testUnregisterOrganizer_deleteNewCreatedTaskDisplayArea()
H A DWindowContextListenerControllerTests.java202 windowContextCreatedToken.removeImmediately(); in testWindowContextCreatedWindowTokenRemoved_SwitchToListenToDA()
237 windowContextCreatedToken.removeImmediately(); in testImeSwitchDialogWindowTokenRemovedOnDualDisplayContent_ListenToImeContainer()
H A DWindowOrganizerTests.java167 rootTask.removeImmediately(); in testAppearVanish()
190 rootTask.removeImmediately(); in testAppearWaitsForVisibility()
208 rootTask.removeImmediately(); in testNoVanishedIfNoAppear()
944 rootTask.removeImmediately(); in testPreventDuplicateAppear()
1102 rootTask.removeImmediately(); in testAppearDeferThenVanish()
1152 rootTask.removeImmediately(); in testInfoChangDeferThenVanish()
1172 rootTask.removeImmediately(); in testVanishDeferThenInfoChange()
1191 rootTask.removeImmediately(); in testVanishDeferThenBackOnRoot()
H A DSyncEngineTests.java328 topChildWC.removeImmediately(); in testRemoval()
337 parentWC.removeImmediately(); in testRemoval()
H A DWindowContainerTests.java223 child12.removeImmediately(); in testRemoveImmediately()
231 child2.removeImmediately(); in testRemoveImmediately()
242 root.removeImmediately(); in testRemoveImmediately()
264 child1.removeImmediately(); in testRemoveImmediatelyClearsLastSurfacePosition()
H A DActivityRecordTests.java1478 translucentActivity.getTask().removeImmediately("test"); in testCompleteFinishing_ensureActivitiesVisible()
1644 activity.getTask().removeImmediately("test"); in testRemoveImmediately()
2256 activity.removeImmediately(); in testAddWindow_Order()
2274 activity.removeImmediately(); in testFindMainWindow()
2293 activity.removeImmediately(); in testGetTopFullscreenOpaqueWindow()
2328 appWindow.removeImmediately(); in testLandscapeSeascapeRotationByApp()
2356 appWindow.removeImmediately(); in testLandscapeSeascapeRotationByPolicy()
H A DRecentsAnimationControllerTest.java121 activity.removeImmediately(); in testRemovedBeforeStarted_expectCanceled()
140 activity.removeImmediately(); in testCancelAfterRemove_expectIgnored()
H A DRootTaskTests.java167 rootTask.removeImmediately(); in testRootTaskRemoveImmediately()
204 rootTask.removeImmediately(); in testRemoveContainer_deferRemoval()
431 homeActivity.removeImmediately(); in testRemoveOrganizedTask_UpdateRootTaskReference()
H A DRecentTasksTest.java661 detachedExcludedTask.removeImmediately(); in testVisibleTasks_excludedFromRecents()
1210 task.removeImmediately(); in testCreateRecentTaskInfo_detachedTask()
H A DDisplayAreaTest.java566 displayArea.removeImmediately(); in testRemoveImmediately_onDisplayAreaVanished()
H A DTaskTests.java163 task.removeImmediately(); in testRemoveContainer_deferRemoval()
1266 task.removeImmediately(); in testSaveLaunchingStateWhenClearingParent()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java245 super.removeImmediately(); in setExiting()
363 void removeImmediately() { in removeImmediately() method in WindowToken
369 super.removeImmediately(); in removeImmediately()
H A DWindowSurfacePlacer.java164 ws.removeImmediately(); in performSurfacePlacementLoop()
H A DShellRoot.java102 mToken.removeImmediately(); in clear()
H A DTaskFragment.java2290 removeImmediately("removeLastChild " + child); in removeChild()
2303 removeImmediately(reason); in remove()
2344 void removeImmediately(String reason) { in removeImmediately() method in TaskFragment
2346 removeImmediately(); in removeImmediately()
2350 void removeImmediately() { in removeImmediately() method in TaskFragment
2353 super.removeImmediately(); in removeImmediately()
H A DDisplayArea.java531 void removeImmediately() { in removeImmediately() method in DisplayArea
533 super.removeImmediately(); in removeImmediately()
H A DDisplayAreaOrganizerController.java374 taskDisplayArea.removeImmediately(); in deleteTaskDisplayArea()
H A DTaskFragmentOrganizerController.java129 taskFragment.removeImmediately(); in dispose()
H A DWindowState.java2424 removeImmediately(); in onWindowReplacementTimeout()
2434 void removeImmediately() { in removeImmediately() method in WindowState
2441 super.removeImmediately(); in removeImmediately()
2625 removeImmediately(); in removeIfPossible()
2841 removeImmediately(); in removeReplacedWindow()
3572 removeImmediately(); in destroySurface()
H A DTask.java756 removeImmediately(reason); in removeIfPossible()
2593 void removeImmediately() { in removeImmediately() method in Task
2594 removeImmediately("removeTask"); in removeImmediately()
2598 void removeImmediately(String reason) { in removeImmediately() method in Task
2610 super.removeImmediately(); in removeImmediately()
4269 removeImmediately("setTaskOrganizer");
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java314 removeImmediately(); in scheduleRemove()
323 TaskSnapshotWindow.this.removeImmediately(); in scheduleRemove()
335 void removeImmediately() { in removeImmediately() method in TaskSnapshotWindow
H A DStartingSurfaceDrawer.java626 record.mTaskSnapshotWindow.removeImmediately(); in removeWindowSynced()
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTest.java467 public void setRemoveImmediately(boolean removeImmediately) {
468 mRemoveImmediately = removeImmediately;

12