Home
last modified time | relevance | path

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

/cts/tests/tests/text/src/android/text/cts/
DBoringLayoutTest.java191 BoringLayout boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_NORMAL); in testAlignment()
195 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_CENTER); in testAlignment()
201 boringLayout = makeBoringLayoutAlign(Layout.Alignment.ALIGN_OPPOSITE); in testAlignment()
596 private static BoringLayout makeBoringLayoutAlign(Alignment align) { in makeBoringLayoutAlign() method in BoringLayoutTest