Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java214 final Rect portraitMaximumBounds = getMaximumActivityBounds(configHandlingActivity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
224 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
238 final Rect portraitMaximumBounds = 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.java371 final Rect portraitMaximumBounds = getMaximumActivityBounds(activity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
381 portraitMaximumBounds, landscapeMaximumBounds); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
579 final Rect portraitMaximumBounds = 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.java319 public static boolean doesDisplayRotateForOrientation(@NonNull Rect portraitMaximumBounds,
321 return !portraitMaximumBounds.equals(landscapeMaximumBounds);