Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java208 public void setAlignment(Alignment textAlignment) { in setAlignment() argument
209 if (mAlignment != textAlignment) { in setAlignment()
210 mAlignment = textAlignment; in setAlignment()
/frameworks/base/core/java/android/widget/
DSpinner.java1100 public void show(int textDirection, int textAlignment); in show() argument
1158 public void show(int textDirection, int textAlignment) { in show() argument
1170 listView.setTextAlignment(textAlignment); in show()
1288 public void show(int textDirection, int textAlignment) { in show() argument
1298 listView.setTextAlignment(textAlignment); in show()
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/clocks/
DAnimatableClockView.kt590 textAlignment = TEXT_ALIGNMENT_TEXT_END in <lambda>()
592 textAlignment = TEXT_ALIGNMENT_TEXT_START in <lambda>()
/frameworks/base/core/java/android/view/
DView.java6319 final int textAlignment = a.getInt(attr, TEXT_ALIGNMENT_DEFAULT);
6320 mPrivateFlags2 |= PFLAG2_TEXT_ALIGNMENT_FLAGS[textAlignment];
30359 public void setTextAlignment(@TextAlignment int textAlignment) { in setTextAlignment() argument
30360 if (textAlignment != getRawTextAlignment()) { in setTextAlignment()
30366 … ((textAlignment << PFLAG2_TEXT_ALIGNMENT_MASK_SHIFT) & PFLAG2_TEXT_ALIGNMENT_MASK); in setTextAlignment()
30427 final int textAlignment = getRawTextAlignment(); in resolveTextAlignment() local
30428 switch (textAlignment) { in resolveTextAlignment()
30485 mPrivateFlags2 |= (textAlignment << PFLAG2_TEXT_ALIGNMENT_RESOLVED_MASK_SHIFT); in resolveTextAlignment()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt1216 field public static final int textAlignment = 16843697; // 0x10103b1
/frameworks/base/core/api/
Dcurrent.txt1663 field public static final int textAlignment = 16843697; // 0x10103b1
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt75911 Lcom/android/internal/R$attr;->textAlignment:I