Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java112 assertEquals(R.id.relative_view1, rules[RelativeLayout.ALIGN_LEFT]); in testConstructor()
186 assertEquals(R.id.gravity_bottom, rules[RelativeLayout.ALIGN_LEFT]); in testConstructor()
220 assertEquals(R.id.relative_view21, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
226 assertEquals(0, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
261 assertEquals(0, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
267 assertEquals(R.id.relative_view23, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
354 assertEquals(R.id.gravity_bottom, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
361 assertEquals(0, rules[RelativeLayout.ALIGN_LEFT]); in testStartEnd()
380 assertEquals(0, rules[RelativeLayout.ALIGN_LEFT]); in testAccessRuleVerb()
381 layoutParams.addRule(RelativeLayout.ALIGN_LEFT); in testAccessRuleVerb()
[all …]
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutGetLineLeftRightTest.java58 static final int ALIGN_LEFT = 0; field in StaticLayoutGetLineLeftRightTest
128 mExpectedAlign = ALIGN_LEFT; in StaticLayoutGetLineLeftRightTest()
133 mExpectedAlign = ALIGN_LEFT; in StaticLayoutGetLineLeftRightTest()
151 if (mExpectedAlign == ALIGN_LEFT) { in testGetLineLeft()
175 if (mExpectedAlign == ALIGN_LEFT) { in testGetLineRight()