Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1639 WindowManagerState.WindowState windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOn() local
1641 assertNotEquals(FLAG_KEEP_SCREEN_ON, (windowState.getFlags() & FLAG_KEEP_SCREEN_ON)); in testKeepScreenOn()
1652 windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOn()
1654 assertEquals(FLAG_KEEP_SCREEN_ON, (windowState.getFlags() & FLAG_KEEP_SCREEN_ON)); in testKeepScreenOn()
1666 windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOn()
1668 assertNotEquals(FLAG_KEEP_SCREEN_ON, (windowState.getFlags() & FLAG_KEEP_SCREEN_ON)); in testKeepScreenOn()
1680 WindowManagerState.WindowState windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOnCrossProcess() local
1682 assertNotEquals(FLAG_KEEP_SCREEN_ON, (windowState.getFlags() & FLAG_KEEP_SCREEN_ON)); in testKeepScreenOnCrossProcess()
1691 windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOnCrossProcess()
1693 assertEquals(FLAG_KEEP_SCREEN_ON, (windowState.getFlags() & FLAG_KEEP_SCREEN_ON)); in testKeepScreenOnCrossProcess()
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/other/
DKeepClearRectsTests.java739 final WindowManagerState.WindowState windowState = in getRectsInScreenSpace() local
744 rectInScreenSpace.offset(windowState.getFrame().left, windowState.getFrame().top); in getRectsInScreenSpace()
DPinnedStackTests.java368 final WindowManagerState.WindowState windowState = mWmState.getWindowState( in testEnterPipWithTinyMinimalSize() local
371 windowState.getDisplayId()); in testEnterPipWithTinyMinimalSize()
1873 final WindowManagerState.WindowState windowState = mWmState.getWindowState(activityName); in assertPinnedStackActivityIsInDisplayBounds() local
1875 windowState.getDisplayId()); in assertPinnedStackActivityIsInDisplayBounds()
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DBlurTests.java112 WindowManagerState.WindowState windowState = mWmState.getWindowState(cn); in setUp() local
121 insetGivenFrame(windowState, in setUp()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DActivityManagerTestBase.java3346 public static void insetGivenFrame(WindowManagerState.WindowState windowState,
3349 windowState.getMergedLocalInsetsSources().stream().filter(