Searched refs:STACK_VISIBILITY_VISIBLE (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityStackTests.java | 44 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 423 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 425 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 435 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 437 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 450 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 460 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 473 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 488 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() 509 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen() [all …]
|
D | ActivityRecordTests.java | 57 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 510 doReturn(STACK_VISIBILITY_VISIBLE).when(mStack).getVisibility(null); in testShouldResume_stackVisibility() 529 doReturn(STACK_VISIBILITY_VISIBLE).when(mStack).getVisibility(null); in testShouldResumeOrPauseWithResults()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskDisplayArea.java | 36 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 1194 && (stack.getVisibility(resuming) != STACK_VISIBILITY_VISIBLE in pauseBackStacks()
|
D | ActivityStack.java | 195 STACK_VISIBILITY_VISIBLE, 202 static final int STACK_VISIBILITY_VISIBLE = 0; field in ActivityStack
|
D | Task.java | 67 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 3766 : STACK_VISIBILITY_VISIBLE;
|
D | ActivityRecord.java | 151 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 4785 && getTask().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE in shouldBeResumed()
|