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.java95 assertEqualWindowLayoutInfo(mPrevWindowLayoutInfo, windowLayoutInfo); in assertCorrectWindowLayoutInfoOrException()
135 private void assertEqualWindowLayoutInfo(SidecarWindowLayoutInfo info1, in assertEqualWindowLayoutInfo() method in TestGetWindowLayoutInfoActivity
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/
DSidecarTest.java21 import static android.server.wm.jetpack.extensions.util.SidecarUtil.assertEqualWindowLayoutInfo;
225 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
253 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
DExtensionWindowLayoutComponentTest.java21 import static android.server.wm.jetpack.extensions.util.ExtensionsUtil.assertEqualWindowLayoutInfo;
383 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_configChanged_windowLayoutUpdates()
530 assertEqualWindowLayoutInfo(firstWindowLayoutActivity, firstWindowLayoutContext, in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation()
549 assertEqualWindowLayoutInfo(secondWindowLayoutActivity, secondWindowLayoutContext, in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation()
557 assertEqualWindowLayoutInfo(firstWindowLayoutActivity, secondWindowLayoutActivity, in testWindowLayoutComponent_updatesWindowLayoutFromContextAfterRotation()
591 assertEqualWindowLayoutInfo(portraitWindowLayoutInfo, landscapeWindowLayoutInfo, in testGetWindowLayoutInfo_windowRecreated_windowLayoutUpdates()
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/extensions/util/
DSidecarUtil.java159 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in SidecarUtil
DExtensionsUtil.java243 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in ExtensionsUtil