Searched refs:homeRootTask (Results 1 – 4 of 4) sorted by relevance
711 doReturn(false).when(homeRootTask).isTranslucent(any()); in testGetVisibility_MultiLevel()716 homeRootTask.reparent(splitSecondary, POSITION_TOP); in testGetVisibility_MultiLevel()869 .setTask(homeRootTask) in testShouldBeVisible_Finishing()899 .setParentTask(homeRootTask) in testShouldBeVisible_FullscreenBehindTranslucentInHomeRootTask()921 doReturn(false).when(homeRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindFullscreen()939 doReturn(false).when(homeRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeBehindTranslucent()957 doReturn(false).when(homeRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop()962 assertNull(getRootTaskAbove(homeRootTask)); in testMoveHomeRootTaskBehindBottomMostVisible_NoMoveHomeOnTop()978 doReturn(false).when(homeRootTask).isTranslucent(any()); in testMoveHomeRootTaskBehindBottomMostVisible_MoveHomeBehindFullscreen()1025 mDefaultTaskDisplayArea.moveRootTaskBehindRootTask(homeRootTask, homeRootTask); in testMoveHomeRootTaskBehindRootTask_BehindHomeRootTask()[all …]
2113 final Task homeRootTask = new TaskBuilder(mSupervisor) in testNotResumeHomeRootTaskOnRemovingDisplay() local2121 clearInvocations(homeRootTask); in testNotResumeHomeRootTaskOnRemovingDisplay()2127 verify(homeRootTask, never()).resumeTopActivityUncheckedLocked(any(), any()); in testNotResumeHomeRootTaskOnRemovingDisplay()
1533 final Task homeRootTask = activity.getDisplayArea().getRootHomeTask(); in testCompleteFinishing_lastActivityAboveEmptyHomeStack() local1534 homeRootTask.forAllLeafTasks((t) -> { in testCompleteFinishing_lastActivityAboveEmptyHomeStack()1535 homeRootTask.removeChild(t, "test"); in testCompleteFinishing_lastActivityAboveEmptyHomeStack()
1859 final Task homeRootTask = getOrCreateRootHomeTask();1860 if (homeRootTask != null) {1861 homeRootTask.moveToFront(reason);