Home
last modified time | relevance | path

Searched defs:textAlignment (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DSpinner.java1062 public void show(int textDirection, int textAlignment); in show()
1118 public void show(int textDirection, int textAlignment) { in show()
1248 public void show(int textDirection, int textAlignment) { in show()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java207 public void setAlignment(Alignment textAlignment) { in setAlignment()