Searched refs:TASK_FRAGMENT_VISIBILITY_VISIBLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | RootTaskTests.java | 53 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 …]
|
D | ActivityRecordTests.java | 99 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/ |
D | TaskFragment.java | 129 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()
|
D | ActivityRecord.java | 252 import static com.android.server.wm.TaskFragment.TASK_FRAGMENT_VISIBILITY_VISIBLE; 6435 == TASK_FRAGMENT_VISIBILITY_VISIBLE in shouldBeResumed()
|
D | Task.java | 5166 != TASK_FRAGMENT_VISIBILITY_VISIBLE) {
|