Searched refs:bottomTask (Results 1 – 2 of 2) sorted by relevance
277 final Task bottomTask = createTask(mDisplayContent); in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment() local278 final ActivityRecord bottomActivity = createActivityRecord(bottomTask); in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment()292 assertEquals(topTask, bottomTask.getDisplayArea().getTopRootTask()); in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment()296 bottomTask.moveTaskToFront(bottomTask, false /* noAnimation */, null /* options */, in testMoveTaskToFront_supportsEnterPipOnTaskSwitchForAdjacentTaskFragment()
1100 final Task bottomTask = getBottomMostTask(); in returnsToHomeRootTask() local1101 return bottomTask != this && bottomTask.returnsToHomeRootTask(); in returnsToHomeRootTask()