Home
last modified time | relevance | path

Searched refs:landscapeMaximumBounds (Results 1 – 3 of 3) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java221 final Rect landscapeMaximumBounds = getMaximumActivityBounds(configHandlingActivity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
224 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
249 final Rect landscapeMaximumBounds = getMaximumActivityBounds(mActivity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
252 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java378 final Rect landscapeMaximumBounds = getMaximumActivityBounds(activity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
381 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
586 final Rect landscapeMaximumBounds = getMaximumActivityBounds(activity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
589 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DWindowManagerJetpackTestBase.java320 @NonNull Rect landscapeMaximumBounds) {
321 return !portraitMaximumBounds.equals(landscapeMaximumBounds);