Home
last modified time | relevance | path

Searched refs:bottomActivity (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DAppTransitionTests.java268 final ActivityRecord bottomActivity = bottomTaskFragment.getTopMostActivity(); in createHierarchyForTaskFragmentTest() local
269 bottomActivity.setOccludesParent(true); in createHierarchyForTaskFragmentTest()
270 bottomActivity.setVisible(true); in createHierarchyForTaskFragmentTest()
H A DBackNavigationControllerTests.java593 final ActivityRecord bottomActivity = createActivityRecord(task);
598 mBackAnimationAdapter, task, mRootHomeTask, bottomActivity, homeActivity);
610 topActivity, bottomActivity);
H A DActivityRecordTests.java1184 bottomActivity.setVisibility(false); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1185 bottomActivity.setState(STOPPED, "test"); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1186 bottomActivity.mLastSurfaceShowing = false; in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1198 assertTrue(bottomActivity.isState(RESUMED)); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1199 assertTrue(bottomActivity.isVisible()); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1201 eq(bottomActivity), any()); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1202 assertTrue(bottomActivity.mLastSurfaceShowing); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1379 .setTask(bottomActivity.getTask()).build(); in testFinishBottomActivityIfPossible_noZBoost()
1382 bottomActivity.setState(RESUMED, "test"); in testFinishBottomActivityIfPossible_noZBoost()
1383 bottomActivity.finishIfPossible("test", false); in testFinishBottomActivityIfPossible_noZBoost()
[all …]
H A DRootTaskTests.java1192 final ActivityRecord bottomActivity = new ActivityBuilder(mAtm).setTask(task).build(); in testCompletePauseOnResumeWhilePausingActivity() local
1193 doReturn(true).when(bottomActivity).attachedToProcess(); in testCompletePauseOnResumeWhilePausingActivity()
1195 task.setResumedActivity(bottomActivity, "test"); in testCompletePauseOnResumeWhilePausingActivity()
H A DTaskFragmentTest.java278 final ActivityRecord bottomActivity = createActivityRecord(bottomTask); in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrganizerController.java1194 final ActivityRecord bottomActivity = taskFragment.getActivity( in applyTaskFragmentOperation() local
1196 if (bottomActivity != null in applyTaskFragmentOperation()
1198 bottomActivity)) { in applyTaskFragmentOperation()