Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java218 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/
DSidecarUtil.java161 @NonNull SidecarWindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument
169 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
DExtensionsUtil.java245 @NonNull WindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument
253 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java375 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()