Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/style/cts/
DAlignmentSpan_StandardTest.java39 new Standard(Alignment.ALIGN_CENTER); in testConstructor()
60 standard = new Standard(Alignment.ALIGN_CENTER); in testGetAlignment()
61 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment()); in testGetAlignment()
102 Standard s = new Standard(Alignment.ALIGN_CENTER); in testWriteToParcel()
106 assertEquals(Alignment.ALIGN_CENTER, standard.getAlignment()); in testWriteToParcel()
DDynamicDrawableSpanTest.java55 d = new MyDynamicDrawableSpan(DynamicDrawableSpan.ALIGN_CENTER); in testConstructor()
56 assertEquals(DynamicDrawableSpan.ALIGN_CENTER, d.getVerticalAlignment()); in testConstructor()
101 new MyDynamicDrawableSpan(DynamicDrawableSpan.ALIGN_CENTER); in testCenterAligned()
/cts/tests/tests/text/src/android/text/cts/
DStaticLayoutGetLineLeftRightTest.java60 static final int ALIGN_CENTER = 2; field in StaticLayoutGetLineLeftRightTest
75 Alignment.ALIGN_CENTER, null}; in cases()
120 mExpectedAlign = ALIGN_CENTER; in StaticLayoutGetLineLeftRightTest()
139 mExpectedAlign = ALIGN_CENTER; in StaticLayoutGetLineLeftRightTest()
DBoringLayoutTest.java74 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
195 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER); in testAlignment()
575 Alignment.ALIGN_CENTER, in testSetGetUseFallbackLineSpacing_True()
607 Alignment.ALIGN_CENTER, in testSetGetUseFallbackLineSpacing_False()
DHtmlTest.java310 s.setSpan(new AlignmentSpan.Standard(Layout.Alignment.ALIGN_CENTER), in testParagraphStyles()
485 assertEquals(Layout.Alignment.ALIGN_CENTER, spans[1].getAlignment()); in testTextAlignCssFromHtml()
DDynamicLayoutTest.java60 private static final Layout.Alignment DEFAULT_ALIGN = Layout.Alignment.ALIGN_CENTER;
DStaticLayoutTest.java100 private static final Alignment DEFAULT_ALIGN = Alignment.ALIGN_CENTER;
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt47807 enum_constant public static final android.text.Layout.Alignment ALIGN_CENTER;
48727 field public static final int ALIGN_CENTER = 2; // 0x2