Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRootTaskTests.java484 final Task fullscreenRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testShouldBeVisible_Fullscreen() local
488 doReturn(false).when(fullscreenRootTask).isTranslucent(any()); in testShouldBeVisible_Fullscreen()
491 assertTrue(fullscreenRootTask.shouldBeVisible(null /* starting */)); in testShouldBeVisible_Fullscreen()
494 doReturn(true).when(fullscreenRootTask).isTranslucent(any()); in testShouldBeVisible_Fullscreen()
836 final Task fullscreenRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen() local
840 doReturn(false).when(fullscreenRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen()
845 assertEquals(fullscreenRootTask, getRootTaskAbove(homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen()
854 final Task fullscreenRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent() local
858 doReturn(true).when(fullscreenRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent()
863 assertEquals(fullscreenRootTask, getRootTaskAbove(homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent()
[all …]
H A DTaskDisplayAreaTests.java686 final Task fullscreenRootTask = createTaskWithActivity( in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists() local
689 fullscreenRootTask.moveToFront("moveFullscreenRootTaskToFront"); in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists()
692 assertTrue(fullscreenRootTask.isFocusedRootTaskOnDisplay()); in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists()