Home
last modified time | relevance | path

Searched refs:fullscreenTask (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootWindowContainerTests.java245 .setTask(fullscreenTask).build(); in testReplacingTaskInPinnedRootTask()
247 .setTask(fullscreenTask).build(); in testReplacingTaskInPinnedRootTask()
249 fullscreenTask.moveToFront("testReplacingTaskInPinnedRootTask"); in testReplacingTaskInPinnedRootTask()
252 ensureTaskPlacement(fullscreenTask, firstActivity, secondActivity); in testReplacingTaskInPinnedRootTask()
261 ensureTaskPlacement(fullscreenTask, secondActivity); in testReplacingTaskInPinnedRootTask()
268 fullscreenTask = taskDisplayArea.getRootTask(WINDOWING_MODE_FULLSCREEN, in testReplacingTaskInPinnedRootTask()
272 ensureTaskPlacement(fullscreenTask, firstActivity); in testReplacingTaskInPinnedRootTask()
280 .setTask(fullscreenTask).build(); in testMovingBottomMostRootTaskActivityToPinnedRootTask()
284 .setTask(fullscreenTask).build(); in testMovingBottomMostRootTaskActivityToPinnedRootTask()
286 fullscreenTask.moveTaskToBack(task); in testMovingBottomMostRootTaskActivityToPinnedRootTask()
[all …]
H A DTaskTests.java742 final Task fullscreenTask = new TaskBuilder(mSupervisor).build(); in testFullScreenTaskNotAdjustedByMinimalSize() local
743 final Rect originalTaskBounds = new Rect(fullscreenTask.getBounds()); in testFullScreenTaskNotAdjustedByMinimalSize()
749 fullscreenTask.setMinDimensions(aInfo); in testFullScreenTaskNotAdjustedByMinimalSize()
750 fullscreenTask.onConfigurationChanged(fullscreenTask.getParent().getConfiguration()); in testFullScreenTaskNotAdjustedByMinimalSize()
752 assertEquals(originalTaskBounds, fullscreenTask.getBounds()); in testFullScreenTaskNotAdjustedByMinimalSize()