Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStackTests.java42 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
358 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
360 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
370 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
372 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
385 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
395 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
407 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
422 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
442 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
[all …]
DActivityRecordTests.java40 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
394 doReturn(STACK_VISIBILITY_VISIBLE).when(mStack).getVisibility(null); in testShouldResume_stackVisibility()
/frameworks/base/services/core/java/com/android/server/wm/
DActivityDisplay.java43 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
586 && (stack.getVisibility(resuming) != STACK_VISIBILITY_VISIBLE in pauseBackStacks()
DActivityStack.java228 STACK_VISIBILITY_VISIBLE,
235 static final int STACK_VISIBILITY_VISIBLE = 0; field in ActivityStack
2097 : STACK_VISIBILITY_VISIBLE; in getVisibility()
DActivityRecord.java116 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
2109 && getActivityStack().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE; in shouldResumeActivity()