Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppChangeTransitionTests.java113 mActivity.removeImmediately(); in testModeChangeRemoteAnimatorNoSnapshot()
132 mActivity.removeImmediately(); in testCancelPendingChangeOnRemove()
155 mActivity.removeImmediately(); in testNoChangeOnOldDisplayWhenMoveDisplay()
173 mActivity.removeImmediately(); in testCancelPendingChangeOnHide()
DWindowTokenTests.java104 window2.removeImmediately(); in testChildRemoval()
108 window1.removeImmediately(); in testChildRemoval()
137 window1.removeImmediately(); in testTokenRemovalProcess()
143 window2.removeImmediately(); in testTokenRemovalProcess()
DDisplayAreaOrganizerTest.java81 mTestDisplayArea.removeImmediately(); in tearDown()
234 verify(newTda).removeImmediately(); in testDeleteTaskDisplayArea()
259 verify(newTda).removeImmediately(); in testUnregisterOrganizer_deleteNewCreatedTaskDisplayArea()
DWindowContextListenerControllerTests.java185 windowContextCreatedToken.removeImmediately(); in testWindowContextCreatedWindowTokenRemoved_SwitchToListenToDA()
219 windowContextCreatedToken.removeImmediately(); in testImeSwitchDialogWindowTokenRemovedOnDualDisplayContent_ListenToImeContainer()
DWindowOrganizerTests.java166 rootTask.removeImmediately(); in testAppearVanish()
189 rootTask.removeImmediately(); in testAppearWaitsForVisibility()
207 rootTask.removeImmediately(); in testNoVanishedIfNoAppear()
911 rootTask.removeImmediately(); in testPreventDuplicateAppear()
1069 rootTask.removeImmediately(); in testAppearDeferThenVanish()
1119 rootTask.removeImmediately(); in testInfoChangDeferThenVanish()
1139 rootTask.removeImmediately(); in testVanishDeferThenInfoChange()
1158 rootTask.removeImmediately(); in testVanishDeferThenBackOnRoot()
DSyncEngineTests.java328 topChildWC.removeImmediately(); in testRemoval()
337 parentWC.removeImmediately(); in testRemoval()
DWindowContainerTests.java221 child12.removeImmediately(); in testRemoveImmediately()
229 child2.removeImmediately(); in testRemoveImmediately()
240 root.removeImmediately(); in testRemoveImmediately()
262 child1.removeImmediately(); in testRemoveImmediatelyClearsLastSurfacePosition()
DActivityRecordTests.java1442 translucentActivity.getTask().removeImmediately("test"); in testCompleteFinishing_ensureActivitiesVisible()
1604 activity.getTask().removeImmediately("test"); in testRemoveImmediately()
2213 activity.removeImmediately(); in testAddWindow_Order()
2231 activity.removeImmediately(); in testFindMainWindow()
2250 activity.removeImmediately(); in testGetTopFullscreenOpaqueWindow()
2285 appWindow.removeImmediately(); in testLandscapeSeascapeRotationByApp()
2313 appWindow.removeImmediately(); in testLandscapeSeascapeRotationByPolicy()
DRecentsAnimationControllerTest.java121 activity.removeImmediately(); in testRemovedBeforeStarted_expectCanceled()
140 activity.removeImmediately(); in testCancelAfterRemove_expectIgnored()
DRootTaskTests.java170 rootTask.removeImmediately(); in testRootTaskRemoveImmediately()
208 rootTask.removeImmediately(); in testRemoveContainer_deferRemoval()
435 homeActivity.removeImmediately(); in testRemoveOrganizedTask_UpdateRootTaskReference()
DDisplayAreaTest.java565 displayArea.removeImmediately(); in testRemoveImmediately_onDisplayAreaVanished()
DRecentTasksTest.java660 detachedExcludedTask.removeImmediately(); in testVisibleTasks_excludedFromRecents()
1160 task.removeImmediately(); in testCreateRecentTaskInfo_detachedTask()
DTaskTests.java153 task.removeImmediately(); in testRemoveContainer_deferRemoval()
1216 task.removeImmediately(); in testSaveLaunchingStateWhenClearingParent()
DRemoteAnimationControllerTest.java268 win.mActivityRecord.removeImmediately(); in testRemovedBeforeStarted()
DWindowStateTests.java840 sameTokenWindow.removeImmediately(); in testNeedsRelativeLayeringToIme_notAttached()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowToken.java237 super.removeImmediately(); in setExiting()
354 void removeImmediately() { in removeImmediately() method in WindowToken
360 super.removeImmediately(); in removeImmediately()
DWindowSurfacePlacer.java164 ws.removeImmediately(); in performSurfacePlacementLoop()
DShellRoot.java102 mToken.removeImmediately(); in clear()
DDisplayArea.java529 void removeImmediately() { in removeImmediately() method in DisplayArea
531 super.removeImmediately(); in removeImmediately()
DDisplayAreaOrganizerController.java374 taskDisplayArea.removeImmediately(); in deleteTaskDisplayArea()
DWindowState.java2352 removeImmediately(); in onWindowReplacementTimeout()
2362 void removeImmediately() { in removeImmediately() method in WindowState
2363 super.removeImmediately(); in removeImmediately()
2550 removeImmediately(); in removeIfPossible()
2759 removeImmediately(); in removeReplacedWindow()
3488 removeImmediately(); in destroySurface()
DTaskOrganizerController.java691 task.removeImmediately("deleteRootTask"); in deleteRootTask()
DTask.java983 removeImmediately(reason); in removeIfPossible()
3211 void removeImmediately() { in removeImmediately() method in Task
3212 removeImmediately("removeTask"); in removeImmediately()
3215 void removeImmediately(String reason) { in removeImmediately() method in Task
3227 super.removeImmediately(); in removeImmediately()
5096 removeImmediately("setTaskOrganizer");
DWindowContainer.java615 void removeImmediately() { in removeImmediately() method in WindowContainer
623 child.removeImmediately(); in removeImmediately()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java467 public void setRemoveImmediately(boolean removeImmediately) {
468 mRemoveImmediately = removeImmediately;

12