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;
362 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
364 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
374 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
376 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
389 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
399 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
411 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
426 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
446 assertEquals(STACK_VISIBILITY_VISIBLE, in testShouldBeVisible_SplitScreen()
[all …]
DActivityRecordTests.java41 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
400 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.java231 STACK_VISIBILITY_VISIBLE,
238 static final int STACK_VISIBILITY_VISIBLE = 0; field in ActivityStack
2099 : STACK_VISIBILITY_VISIBLE; in getVisibility()
DActivityRecord.java116 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE;
2107 && getActivityStack().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE; in shouldResumeActivity()