Searched defs:assertLayout (Results 1 – 4 of 4) sorted by relevance
17 private fun assertLayout(clz: Class<*>, expectedSize: Int) { in testJobLayout() method
58 private void assertLayout(Integer... expectedLayout) { in assertLayout() method in MenuLayoutLandscapeTest
57 private void assertLayout(Integer... expectedLayout) { in assertLayout() method in MenuLayoutPortraitTest
46 private static void assertLayout(final String message, final int expected, final int actual) { in assertLayout() method in KeyboardStateTestsBase