Searched refs:windowState (Results 1 – 2 of 2) sorted by relevance
270 WindowManagerState.WindowState windowState = getWindowState(PIP_ACTIVITY); in testPinnedStackOutOfBoundsInsetsNonNegative() local271 WindowManagerState.Display display = wmState.getDisplay(windowState.getDisplayId()); in testPinnedStackOutOfBoundsInsetsNonNegative()281 windowState = getWindowState(PIP_ACTIVITY); in testPinnedStackOutOfBoundsInsetsNonNegative()282 Rect contentInsets = windowState.getContentInsets(); in testPinnedStackOutOfBoundsInsetsNonNegative()1401 final WindowManagerState.WindowState windowState = getWindowState(activityName); in assertPinnedStackActivityIsInDisplayBounds() local1403 windowState.getDisplayId()); in assertPinnedStackActivityIsInDisplayBounds()
882 WindowManagerState.WindowState windowState = windowList.get(0);883 assertNotNull("Should have a valid window", windowState);886 .getDisplay(windowState.getDisplayId());