Searched refs:landscapeBounds (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ |
D | SidecarTest.java | 220 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/ |
D | SidecarUtil.java | 162 @NonNull Rect portraitBounds, @NonNull Rect landscapeBounds, in assertEqualWindowLayoutInfo() argument 167 portraitWindowLayoutInfo, portraitBounds, landscapeBounds); in assertEqualWindowLayoutInfo() 169 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
|
D | ExtensionsUtil.java | 246 @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/ |
D | ExtensionWindowLayoutComponentTest.java | 377 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()
|