Home
last modified time | relevance | path

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

/cts/hostsidetests/services/activityandwindowmanager/activitymanager/src/android/server/cts/
DActivityManagerAppConfigurationTests.java554 WindowManagerState.WindowState windowState = tempWindowList.get(0);
555 assertNotNull("Should have a valid window", windowState);
558 .getDisplay(windowState.getDisplayId());
DActivityManagerPinnedStackTests.java220 WindowManagerState.WindowState windowState = getWindowState(PIP_ACTIVITY); in testPinnedStackOutOfBoundsInsetsNonNegative() local
221 WindowManagerState.Display display = wmState.getDisplay(windowState.getDisplayId()); in testPinnedStackOutOfBoundsInsetsNonNegative()
230 windowState = getWindowState(PIP_ACTIVITY); in testPinnedStackOutOfBoundsInsetsNonNegative()
231 Rectangle contentInsets = windowState.getContentInsets(); in testPinnedStackOutOfBoundsInsetsNonNegative()
1127 final WindowManagerState.WindowState windowState = getWindowState(activity); in assertPinnedStackActivityIsInDisplayBounds() local
1129 windowState.getDisplayId()); in assertPinnedStackActivityIsInDisplayBounds()