Home
last modified time | relevance | path

Searched refs:STACK_VISIBILITY_VISIBLE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackTests.java44 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 …]
DActivityRecordTests.java57 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/
DTaskDisplayArea.java36 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
1194 && (stack.getVisibility(resuming) != STACK_VISIBILITY_VISIBLE in pauseBackStacks()
DActivityStack.java195 STACK_VISIBILITY_VISIBLE,
202 static final int STACK_VISIBILITY_VISIBLE = 0; field in ActivityStack
DTask.java67 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
3766 : STACK_VISIBILITY_VISIBLE;
DActivityRecord.java151 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
4785 && getTask().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE in shouldBeResumed()