Searched refs:testLayout (Results 1 – 2 of 2) sorted by relevance
59 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_LEFT, false /*fraction*/); in testGravityAndDefaultSizeTopLeft()63 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_RIGHT, true /*fraction*/); in testGravityAndDefaultSizeTopRight()67 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_LEFT, true /*fraction*/); in testGravityAndDefaultSizeBottomLeft()71 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_RIGHT, false /*fraction*/); in testGravityAndDefaultSizeBottomRight()108 private void testLayout( in testLayout() method in ActivityManagerManifestLayoutTests
575 public void testLayout() throws Throwable { in testLayout() method in ViewTest