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 | 97 assertEqualWindowLayoutInfo(mPrevWindowLayoutInfo, windowLayoutInfo); in assertCorrectWindowLayoutInfoOrException() 137 private void assertEqualWindowLayoutInfo(SidecarWindowLayoutInfo info1, in assertEqualWindowLayoutInfo() method in TestGetWindowLayoutInfoActivity
|
D | SidecarUtil.java | 137 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in SidecarUtil
|
D | ExtensionUtil.java | 160 public static void assertEqualWindowLayoutInfo( in assertEqualWindowLayoutInfo() method in ExtensionUtil
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/ |
D | SidecarTest.java | 22 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()
|
D | ExtensionWindowLayoutComponentTest.java | 22 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()
|