Home
last modified time | relevance | path

Searched refs:assertEqualWindowLayoutInfo (Results 1 – 5 of 5) sorted by relevance

/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/
DTestGetWindowLayoutInfoActivity.java97 assertEqualWindowLayoutInfo(mPrevWindowLayoutInfo, windowLayoutInfo); in assertCorrectWindowLayoutInfoOrException()
137 private void assertEqualWindowLayoutInfo(SidecarWindowLayoutInfo info1, in assertEqualWindowLayoutInfo() method in TestGetWindowLayoutInfoActivity
DSidecarUtil.java137 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in SidecarUtil
DExtensionUtil.java160 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in ExtensionUtil
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java22 import static android.server.wm.jetpack.utils.SidecarUtil.assertEqualWindowLayoutInfo;
232 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
260 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
DExtensionWindowLayoutComponentTest.java22 import static android.server.wm.jetpack.utils.ExtensionUtil.assertEqualWindowLayoutInfo;
179 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
203 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()