Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
H A DViewCompatUtils.java67 public static void setTextAlignment(final View view, final int textAlignment) { in setTextAlignment() argument
68 CompatUtils.invoke(view, null, METHOD_setTextAlignment, textAlignment); in setTextAlignment()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java207 public void setAlignment(Alignment textAlignment) { in setAlignment() argument
208 if (mAlignment != textAlignment) { in setAlignment()
209 mAlignment = textAlignment; in setAlignment()
/aosp12/frameworks/base/core/java/android/widget/
H A DSpinner.java1075 public void show(int textDirection, int textAlignment); in show() argument
1133 public void show(int textDirection, int textAlignment) { in show() argument
1145 listView.setTextAlignment(textAlignment); in show()
1263 public void show(int textDirection, int textAlignment) { in show() argument
1273 listView.setTextAlignment(textAlignment); in show()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java163 public void setTextAlignment(Alignment textAlignment) { in setTextAlignment() argument
164 mAlignment = textAlignment; in setTextAlignment()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java537 private void setCaptionsTextAlignment(Alignment textAlignment){ in setCaptionsTextAlignment() argument
539 switch (textAlignment) { in setCaptionsTextAlignment()
554 mSubtitleView.setTextAlignment(textAlignment); in setCaptionsTextAlignment()
/aosp12/frameworks/base/core/java/android/view/
H A DView.java5840 final int textAlignment = a.getInt(attr, TEXT_ALIGNMENT_DEFAULT);
5841 mPrivateFlags2 |= PFLAG2_TEXT_ALIGNMENT_FLAGS[textAlignment];
27980 public void setTextAlignment(@TextAlignment int textAlignment) { in setTextAlignment() argument
27981 if (textAlignment != getRawTextAlignment()) { in setTextAlignment()
27987 … ((textAlignment << PFLAG2_TEXT_ALIGNMENT_MASK_SHIFT) & PFLAG2_TEXT_ALIGNMENT_MASK); in setTextAlignment()
28048 final int textAlignment = getRawTextAlignment(); in resolveTextAlignment() local
28049 switch (textAlignment) { in resolveTextAlignment()
28106 mPrivateFlags2 |= (textAlignment << PFLAG2_TEXT_ALIGNMENT_RESOLVED_MASK_SHIFT); in resolveTextAlignment()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt1449 field public static final int textAlignment = 16843697; // 0x10103b1
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt1216 field public static final int textAlignment = 16843697; // 0x10103b1
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt79877 Lcom/android/internal/R$attr;->textAlignment:I