Searched refs:fullscreenRootTask (Results 1 – 2 of 2) sorted by relevance
484 final Task fullscreenRootTask = createTaskForShouldBeVisibleTest(mDefaultTaskDisplayArea, in testShouldBeVisible_Fullscreen() local488 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() local840 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() local858 doReturn(true).when(fullscreenRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent()863 assertEquals(fullscreenRootTask, getRootTaskAbove(homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent()[all …]
686 final Task fullscreenRootTask = createTaskWithActivity( in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists() local689 fullscreenRootTask.moveToFront("moveFullscreenRootTaskToFront"); in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists()692 assertTrue(fullscreenRootTask.isFocusedRootTaskOnDisplay()); in testFullscreenRootTaskCanBeFocusedWhenFocusablePinnedRootTaskExists()