Home
last modified time | relevance | path

Searched refs:landscapeBounds (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java220 final Rect landscapeBounds = getActivityBounds(configHandlingActivity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
226 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
248 final Rect landscapeBounds = getActivityBounds(mActivity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
254 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DSidecarUtil.java162 @NonNull Rect portraitBounds, @NonNull Rect landscapeBounds, in assertEqualWindowLayoutInfo() argument
167 portraitWindowLayoutInfo, portraitBounds, landscapeBounds); in assertEqualWindowLayoutInfo()
169 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
DExtensionsUtil.java246 @NonNull Rect portraitBounds, @NonNull Rect landscapeBounds, in assertEqualWindowLayoutInfo() argument
251 portraitWindowLayoutInfo, portraitBounds, landscapeBounds); in assertEqualWindowLayoutInfo()
253 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java377 final Rect landscapeBounds = getActivityBounds(activity); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
384 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
585 final Rect landscapeBounds = getActivityBounds(activity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
592 portraitBounds, landscapeBounds, doesDisplayRotateForOrientation); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()