Searched refs:assertEqualWindowLayoutInfo (Results 1 – 5 of 5) sorted by relevance
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | TestGetWindowLayoutInfoActivity.java | 95 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/ |
D | SidecarTest.java | 21 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/ |
D | ExtensionWindowLayoutComponentTest.java | 21 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/ |
D | SidecarUtil.java | 159 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in SidecarUtil
|
D | ExtensionsUtil.java | 243 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in ExtensionsUtil
|