Home
last modified time | relevance | path

Searched refs:getBottomMostTask (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DResetTargetTaskHelper.java243 ? taskDisplayArea.getBottomMostTask() : mTargetRootTask.getBottomMostTask(); in processPendingReparentActivities()
H A DTask.java1152 final Task bottomTask = getBottomMostTask(); in returnsToHomeRootTask()
5915 final Task task = getBottomMostTask();
H A DWindowContainer.java1828 Task getBottomMostTask() { in getBottomMostTask() method in WindowContainer
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DActivityTaskManagerServiceTests.java105 final ActivityRecord activity = stack.getBottomMostTask().getTopNonFinishingActivity(); in testActivityFinish()
119 final ActivityRecord activity = stack.getBottomMostTask().getTopNonFinishingActivity(); in testOnPictureInPictureRequested()
138 final ActivityRecord activity = stack.getBottomMostTask().getTopNonFinishingActivity(); in testOnPictureInPictureRequested_cannotEnterPip()
152 final ActivityRecord activity = stack.getBottomMostTask().getTopNonFinishingActivity(); in testOnPictureInPictureRequested_alreadyInPIPMode()
H A DDualDisplayAreaGroupPolicyTest.java103 .getBottomMostTask(); in setUp()
108 .getBottomMostTask(); in setUp()
H A DTaskTests.java471 Task task = rootTask.getBottomMostTask(); in testBoundsOnModeChangeFreeformToFullscreen()
512 final Task task = rootTask.getBottomMostTask(); in testFullscreenBoundsForcedOrientation()
582 final Task task = rootTask.getBottomMostTask(); in testReportsOrientationRequestInLetterboxForOrientation()
607 Task task = rootTask.getBottomMostTask(); in testIgnoresForcedOrientationWhenParentHandles()
1454 return task.getBottomMostTask(); in getTestTask()
H A DRootWindowContainerTests.java500 final Task targetTask = targetRootTask.getBottomMostTask(); in testFindTaskToMoveToFrontWhenRecentsOnTop()
H A DActivityRecordTests.java938 task2.moveToBack("test", task2.getBottomMostTask()); in testFinishActivityIfPossible_adjustStackOrder()
/aosp12/frameworks/base/services/
H A Dart-profile49531 PLcom/android/server/wm/WindowContainer;->getBottomMostTask()Lcom/android/server/wm/Task;
49599 PLcom/android/server/wm/WindowContainer;->lambda$getBottomMostTask$11(Lcom/android/server/wm/Task;)Z