Home
last modified time | relevance | path

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

/cts/tests/framework/base/activitymanager/src/android/server/am/
DActivityManagerManifestLayoutTests.java61 private static final int GRAVITY_HOR_LEFT = 0x20; field in ActivityManagerManifestLayoutTests
69 testLayout(GRAVITY_VER_TOP, GRAVITY_HOR_LEFT, false /*fraction*/); in testGravityAndDefaultSizeTopLeft()
79 testLayout(GRAVITY_VER_BOTTOM, GRAVITY_HOR_LEFT, true /*fraction*/); in testGravityAndDefaultSizeBottomLeft()
129 activityName = (hGravity == GRAVITY_HOR_LEFT) ? TOP_LEFT_LAYOUT_ACTIVITY in testLayout()
132 activityName = (hGravity == GRAVITY_HOR_LEFT) ? BOTTOM_LEFT_LAYOUT_ACTIVITY in testLayout()
197 if (hGravity == GRAVITY_HOR_LEFT) { in verifyFrameSizeAndPosition()