Searched refs:landscapeWindowLayoutInfo (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ |
D | SidecarTest.java | 218 SidecarWindowLayoutInfo landscapeWindowLayoutInfo = in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local 225 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 246 SidecarWindowLayoutInfo landscapeWindowLayoutInfo = in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local 253 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/ |
D | SidecarUtil.java | 161 @NonNull SidecarWindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument 169 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
|
D | ExtensionsUtil.java | 245 @NonNull WindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument 253 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/ |
D | ExtensionWindowLayoutComponentTest.java | 375 final WindowLayoutInfo landscapeWindowLayoutInfo = getExtensionWindowLayoutInfo( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local 383 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 583 final WindowLayoutInfo landscapeWindowLayoutInfo = in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local 591 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
|