Searched refs:JustificationMode (Results 1 – 5 of 5) sorted by relevance
173 public @interface JustificationMode {} annotation in LineBreaker197 private @JustificationMode int mJustificationMode = JUSTIFICATION_MODE_NONE;231 public @NonNull Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()495 private final @JustificationMode int mJustificationMode;503 @HyphenationFrequency int hyphenationFrequency, @JustificationMode int justify, in LineBreaker()545 public @JustificationMode int getJustificationMode() { in getJustificationMode()
274 public Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()488 @JustificationMode int justificationMode, in DynamicLayout()
171 public @interface JustificationMode {} annotation in Layout4070 public Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()4537 @JustificationMode
400 public Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()
293 public void justify(@Layout.JustificationMode int justificationMode, float justifyWidth) { in justify()