HomeSort by relevance Sort by last modified time
    Searched refs:setJustificationMode (Results 1 - 9 of 9) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
DynamicLayoutTest.java 396 // setBreakStrategy, setHyphenationFrequency, setIncludePad, and setJustificationMode.
402 .setJustificationMode(Layout.JUSTIFICATION_MODE_INTER_WORD);
StaticLayoutTest.java 276 builder.setJustificationMode(Layout.JUSTIFICATION_MODE_INTER_WORD);
    [all...]
  /frameworks/base/core/java/android/text/
DynamicLayout.java 262 public Builder setJustificationMode(@JustificationMode int justificationMode) {
606 .setJustificationMode(mJustificationMode)
    [all...]
StaticLayout.java 397 public Builder setJustificationMode(@JustificationMode int justificationMode) {
601 setJustificationMode(b.mJustificationMode);
    [all...]
Layout.java 272 protected void setJustificationMode(@JustificationMode int justificationMode) {
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 707 milliseconds