Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/text/
DTextLineJustificationTest.kt57 assertThat(tl.isJustifying).isFalse() in justifyTest_WithoutJustify()
72 assertThat(tl.isJustifying).isTrue() in justifyTest_IntrCharacter_Latin()
89 assertThat(tl.isJustifying).isTrue() in justifyTest_IntrCharacter_Japanese()
105 assertThat(tl.isJustifying).isTrue() in justifyTest_IntrWord_Latin()
122 assertThat(tl.isJustifying).isTrue() in justifyTest_IntrWord_Japanese()
/frameworks/base/core/java/android/text/
DTextLine.java118 public boolean isJustifying() { in isJustifying() method in TextLine