Searched refs:testLayout (Results 1 – 2 of 2) sorted by relevance
70 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_LEFT, false /*fraction*/); in testGravityAndDefaultSizeTopLeft()75 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_RIGHT, true /*fraction*/); in testGravityAndDefaultSizeTopRight()80 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_LEFT, true /*fraction*/); in testGravityAndDefaultSizeBottomLeft()85 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_RIGHT, false /*fraction*/); in testGravityAndDefaultSizeBottomRight()125 private void testLayout( in testLayout() method in ManifestLayoutTests
823 public void testLayout() throws Throwable { in testLayout() method in ViewTest