Searched refs:STACK_VISIBILITY_VISIBLE (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityStackTests.java | 42 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 …]
|
D | ActivityRecordTests.java | 40 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/ |
D | ActivityDisplay.java | 43 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 586 && (stack.getVisibility(resuming) != STACK_VISIBILITY_VISIBLE in pauseBackStacks()
|
D | ActivityStack.java | 228 STACK_VISIBILITY_VISIBLE, 235 static final int STACK_VISIBILITY_VISIBLE = 0; field in ActivityStack 2097 : STACK_VISIBILITY_VISIBLE; in getVisibility()
|
D | ActivityRecord.java | 116 import static com.android.server.wm.ActivityStack.STACK_VISIBILITY_VISIBLE; 2109 && getActivityStack().getVisibility(activeActivity) == STACK_VISIBILITY_VISIBLE; in shouldResumeActivity()
|