Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DAppTransitionTests.java268 final ActivityRecord bottomActivity = bottomTaskFragment.getTopMostActivity(); in createHierarchyForTaskFragmentTest() local
269 bottomActivity.setOccludesParent(true); in createHierarchyForTaskFragmentTest()
270 bottomActivity.setVisible(true); in createHierarchyForTaskFragmentTest()
DTaskFragmentOrganizerControllerTest.java1827 final ActivityRecord bottomActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorderToBottomOfTask() local
1841 assertEquals(bottomActivity, task.getChildAt(0).asActivityRecord()); in testApplyTransaction_reorderToBottomOfTask()
1852 assertEquals(bottomActivity, task.getChildAt(1).asActivityRecord()); in testApplyTransaction_reorderToBottomOfTask()
1864 final ActivityRecord bottomActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorderToTopOfTask() local
1878 assertEquals(bottomActivity, task.getChildAt(0).asActivityRecord()); in testApplyTransaction_reorderToTopOfTask()
1890 assertEquals(bottomActivity, task.getChildAt(0).asActivityRecord()); in testApplyTransaction_reorderToTopOfTask()
1969 final ActivityRecord bottomActivity = new ActivityBuilder(mAtm) in testApplyTransaction_reorder_failsIfNotSystemOrganizer_common() local
1983 assertEquals(bottomActivity, task.getChildAt(0).asActivityRecord()); in testApplyTransaction_reorder_failsIfNotSystemOrganizer_common()
2001 assertEquals(bottomActivity, task.getChildAt(0).asActivityRecord()); in testApplyTransaction_reorder_failsIfNotSystemOrganizer_common()
DActivityRecordTests.java1194 final ActivityRecord bottomActivity = createActivityWithTask(); in testFinishActivityIfPossible_nonVisibleNoAppTransition() local
1195 bottomActivity.setVisibility(false); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1196 bottomActivity.setState(STOPPED, "test"); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1197 bottomActivity.mLastSurfaceShowing = false; in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1209 assertTrue(bottomActivity.isState(RESUMED)); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1210 assertTrue(bottomActivity.isVisible()); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1212 eq(bottomActivity), any()); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1213 assertTrue(bottomActivity.mLastSurfaceShowing); in testFinishActivityIfPossible_nonVisibleNoAppTransition()
1384 final ActivityRecord bottomActivity = createActivityWithTask(); in testFinishBottomActivityIfPossible_noZBoost() local
1386 .setTask(bottomActivity.getTask()).build(); in testFinishBottomActivityIfPossible_noZBoost()
[all …]
DBackNavigationControllerTests.java831 final ActivityRecord bottomActivity = createActivityRecord(task);
842 bottomActivity,
854 openActivities.add(bottomActivity);
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()
DTaskFragmentTest.java321 final ActivityRecord bottomActivity = createActivityRecord(bottomTask); in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment() local
/frameworks/base/services/core/java/com/android/server/wm/
DWindowOrganizerController.java1387 final ActivityRecord bottomActivity = taskFragment.getActivity( in applyTaskFragmentOperation() local
1389 if (bottomActivity != null in applyTaskFragmentOperation()
1391 bottomActivity)) { in applyTaskFragmentOperation()