Searched refs:portraitWindowLayoutInfo (Results 1 – 4 of 4) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ |
D | SidecarTest.java | 211 SidecarWindowLayoutInfo portraitWindowLayoutInfo = in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local 225 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 235 SidecarWindowLayoutInfo portraitWindowLayoutInfo = 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 | 160 @NonNull SidecarWindowLayoutInfo portraitWindowLayoutInfo, in assertEqualWindowLayoutInfo() 167 portraitWindowLayoutInfo, portraitBounds, landscapeBounds); in assertEqualWindowLayoutInfo()
|
D | ExtensionsUtil.java | 244 @NonNull WindowLayoutInfo portraitWindowLayoutInfo, in assertEqualWindowLayoutInfo() 251 portraitWindowLayoutInfo, portraitBounds, landscapeBounds); in assertEqualWindowLayoutInfo()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/ |
D | ExtensionWindowLayoutComponentTest.java | 368 final WindowLayoutInfo portraitWindowLayoutInfo = getExtensionWindowLayoutInfo( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local 383 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() 576 final WindowLayoutInfo portraitWindowLayoutInfo = in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local 591 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
|