Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/text/
H A DLineBreaker.java165 public @interface JustificationMode {} annotation in LineBreaker
183 private @JustificationMode int mJustificationMode = JUSTIFICATION_MODE_NONE;
216 public @NonNull Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()
458 @HyphenationFrequency int hyphenationFrequency, @JustificationMode int justify, in LineBreaker()
/aosp14/frameworks/base/core/java/android/text/
H A DDynamicLayout.java265 public Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()
367 @JustificationMode int justificationMode, in DynamicLayout()
H A DStaticLayout.java390 public Builder setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()
H A DLayout.java148 public @interface JustificationMode {} annotation in Layout
326 protected void setJustificationMode(@JustificationMode int justificationMode) { in setJustificationMode()
/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java5155 @Layout.JustificationMode
5157 public void setJustificationMode(@Layout.JustificationMode int justificationMode) { in setJustificationMode()
5175 public @Layout.JustificationMode int getJustificationMode() { in getJustificationMode()