Home
last modified time | relevance | path

Searched refs:testLayout (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/services/activitymanager/src/android/server/cts/
DActivityManagerManifestLayoutTests.java59 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
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java575 public void testLayout() throws Throwable { in testLayout() method in ViewTest