Searched refs:testLayout (Results 1 – 2 of 2) sorted by relevance
73 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_LEFT, false /*fraction*/); in testGravityAndDefaultSizeTopLeft()78 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_RIGHT, true /*fraction*/); in testGravityAndDefaultSizeTopRight()83 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_LEFT, true /*fraction*/); in testGravityAndDefaultSizeBottomLeft()88 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_RIGHT, false /*fraction*/); in testGravityAndDefaultSizeBottomRight()130 private void testLayout( in testLayout() method in ManifestLayoutTests
831 public void testLayout() throws Throwable { in testLayout() method in ViewTest