Searched refs:mLayoutAlignment (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java306 private Layout.Alignment mLayoutAlignment; field in class:TextView
2703 mLayoutAlignment = null;
5645 if (mLayoutAlignment != null) {
5648 mLayoutAlignment = null;
5654 if (mLayoutAlignment == null) {
5660 mLayoutAlignment = Layout.Alignment.ALIGN_NORMAL;
5663 mLayoutAlignment = Layout.Alignment.ALIGN_OPPOSITE;
5666 mLayoutAlignment = Layout.Alignment.ALIGN_LEFT;
5669 mLayoutAlignment = Layout.Alignment.ALIGN_RIGHT;
5672 mLayoutAlignment
[all...]

Completed in 48 milliseconds