Searched refs:windowState (Results 1 – 5 of 5) sorted by relevance
1639 WindowManagerState.WindowState windowState = mWmState.getWindowState(TEST_ACTIVITY); in testKeepScreenOn() local1641 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() local1682 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 …]
739 final WindowManagerState.WindowState windowState = in getRectsInScreenSpace() local744 rectInScreenSpace.offset(windowState.getFrame().left, windowState.getFrame().top); in getRectsInScreenSpace()
368 final WindowManagerState.WindowState windowState = mWmState.getWindowState( in testEnterPipWithTinyMinimalSize() local371 windowState.getDisplayId()); in testEnterPipWithTinyMinimalSize()1873 final WindowManagerState.WindowState windowState = mWmState.getWindowState(activityName); in assertPinnedStackActivityIsInDisplayBounds() local1875 windowState.getDisplayId()); in assertPinnedStackActivityIsInDisplayBounds()
112 WindowManagerState.WindowState windowState = mWmState.getWindowState(cn); in setUp() local121 insetGivenFrame(windowState, in setUp()
3346 public static void insetGivenFrame(WindowManagerState.WindowState windowState,3349 windowState.getMergedLocalInsetsSources().stream().filter(