Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerPinnedStackTests.java270 WindowManagerState.WindowState windowState = getWindowState(PIP_ACTIVITY); in testPinnedStackOutOfBoundsInsetsNonNegative() local
271 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() local
1403 windowState.getDisplayId()); in assertPinnedStackActivityIsInDisplayBounds()
DActivityManagerAppConfigurationTests.java882 WindowManagerState.WindowState windowState = windowList.get(0);
883 assertNotNull("Should have a valid window", windowState);
886 .getDisplay(windowState.getDisplayId());