Home
last modified time | relevance | path

Searched refs:getBottomMostActivity (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskTests.java983 final ActivityRecord activity0 = task.getBottomMostActivity(); in testFindRootIndex_finishing()
1070 task.getBottomMostActivity(), task.getRootActivity()); in testGetRootActivity()
1082 task.getBottomMostActivity().finishing = true; in testGetRootActivity_finishing()
1095 final ActivityRecord activity0 = task.getBottomMostActivity(); in testGetRootActivity_relinquishTaskIdentity()
1101 task.getBottomMostActivity(), task.getRootActivity()); in testGetRootActivity_relinquishTaskIdentity()
1112 final ActivityRecord activity0 = task.getBottomMostActivity(); in testGetRootActivity_allFinishing()
1128 final ActivityRecord activity0 = task.getBottomMostActivity(); in testIsRootActivity()
1145 final ActivityRecord activity0 = task.getBottomMostActivity(); in testIsRootActivity_allFinishing()
1181 final ActivityRecord activity0 = task.getBottomMostActivity(); in testGetTaskForActivity_onlyRoot_finishing()
1227 final ActivityRecord activity0 = task.getBottomMostActivity(); in testGetTaskForActivity_notOnlyRoot()
[all …]
H A DTaskFragmentTest.java453 final ActivityRecord activity0 = organizedTf.getBottomMostActivity(); in testActivityHasOverlayOverUntrustedModeEmbedded()
498 final ActivityRecord activity0 = taskFragment.getBottomMostActivity(); in testIsAllowedToBeEmbeddedInTrustedMode()
H A DActivityStarterTests.java1829 startActivityInner(starter, target, task.getBottomMostActivity(), null /* options */, in testLaunchActivityWithDifferentDisplayCategory()
1856 startActivityInner(starter, target, task.getBottomMostActivity(), null /* options */, in testLaunchActivityWithSameDisplayCategory()
H A DRootWindowContainerTests.java390 final ActivityRecord secondActivity = taskFragment.getBottomMostActivity(); in testMultipleActivitiesInTaskFragmentEnterPip()
H A DTransitionTests.java1631 final ActivityRecord closingActivity = embeddedTf.getBottomMostActivity(); in testFlagInTaskWithEmbeddedActivity()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
H A DTaskFragmentContainerTest.java356 assertEquals(mActivity, container.getBottomMostActivity()); in testGetBottomMostActivity()
363 assertEquals(activity, container.getBottomMostActivity()); in testGetBottomMostActivity()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentContainer.java462 Activity getBottomMostActivity() { in getBottomMostActivity() method in TaskFragmentContainer
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java890 updateHomeProcess(task.getBottomMostActivity().app); in realStartActivityLocked()
H A DTask.java3903 PooledLambda.__(ActivityRecord.class), getBottomMostActivity(), out);
5467 if (task.getBottomMostActivity() != srec && dest != null) {
H A DWindowContainer.java2042 ActivityRecord getBottomMostActivity() { in getBottomMostActivity() method in WindowContainer
H A DActivityRecord.java6314 mTaskSupervisor.updateHomeProcess(task.getBottomMostActivity().app); in completeResumeLocked()