Home
last modified time | relevance | path

Searched refs:TASK_FRAGMENT_VISIBILITY_VISIBLE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRootTaskTests.java53 import static com.android.server.wm.TaskFragment.TASK_FRAGMENT_VISIBILITY_VISIBLE;
546 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
550 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
559 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
563 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
577 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
594 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
623 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testGetVisibility_MultiLevel()
625 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testGetVisibility_MultiLevel()
632 assertEquals(TASK_FRAGMENT_VISIBILITY_VISIBLE, in testGetVisibility_MultiLevel()
[all …]
DActivityRecordTests.java99 import static com.android.server.wm.TaskFragment.TASK_FRAGMENT_VISIBILITY_VISIBLE;
760 doReturn(TASK_FRAGMENT_VISIBILITY_VISIBLE).when(task).getVisibility(null); in testShouldResume_stackVisibility()
782 doReturn(TASK_FRAGMENT_VISIBILITY_VISIBLE).when(task).getVisibility(null); in testShouldResumeOrPauseWithResults()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskFragment.java129 TASK_FRAGMENT_VISIBILITY_VISIBLE,
138 static final int TASK_FRAGMENT_VISIBILITY_VISIBLE = 0; field in TaskFragment
1201 return TASK_FRAGMENT_VISIBILITY_VISIBLE; in getVisibility()
1208 return TASK_FRAGMENT_VISIBILITY_VISIBLE; in getVisibility()
1303 : TASK_FRAGMENT_VISIBILITY_VISIBLE; in getVisibility()
1723 && getVisibility(starting) == TASK_FRAGMENT_VISIBILITY_VISIBLE; in canBeResumed()
DActivityRecord.java252 import static com.android.server.wm.TaskFragment.TASK_FRAGMENT_VISIBILITY_VISIBLE;
6435 == TASK_FRAGMENT_VISIBILITY_VISIBLE in shouldBeResumed()
DTask.java5166 != TASK_FRAGMENT_VISIBILITY_VISIBLE) {