Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineTest.java46 private boolean stretchesToFullWidth(CharSequence line) { in stretchesToFullWidth() method in TextLineTest
64 assertFalse(stretchesToFullWidth("text")); in testJustify_spaces()
66 assertTrue(stretchesToFullWidth("one space")); in testJustify_spaces()
67 assertTrue(stretchesToFullWidth("exactly two spaces")); in testJustify_spaces()
68 assertTrue(stretchesToFullWidth("up to three spaces")); in testJustify_spaces()
76 assertTrue(stretchesToFullWidth("non-breaking" + nbsp + "space")); in disabledTestJustify_NBSP()
77 assertTrue(stretchesToFullWidth("mix" + nbsp + "and match")); in disabledTestJustify_NBSP()
80 assertFalse(stretchesToFullWidth("combining" + nbsp + combining_acute + "acute")); in disabledTestJustify_NBSP()