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.java225 SidecarWindowLayoutInfo landscapeWindowLayoutInfo = in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
232 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
253 SidecarWindowLayoutInfo landscapeWindowLayoutInfo = in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
260 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
DExtensionWindowLayoutComponentTest.java172 final WindowLayoutInfo landscapeWindowLayoutInfo = getExtensionWindowLayoutInfo( in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates() local
179 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
197 final WindowLayoutInfo landscapeWindowLayoutInfo = getExtensionWindowLayoutInfo(mActivity); in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates() local
203 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DSidecarUtil.java139 @NonNull SidecarWindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument
147 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()
DExtensionUtil.java162 @NonNull WindowLayoutInfo landscapeWindowLayoutInfo, in assertEqualWindowLayoutInfo() argument
170 landscapeWindowLayoutInfo, landscapeBounds, portraitBounds); in assertEqualWindowLayoutInfo()