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

/frameworks/base/core/java/android/text/
H A DLayout.java107 @IntDef({JUSTIFICATION_MODE_NONE, JUSTIFICATION_MODE_INTER_WORD})
114 public static final int JUSTIFICATION_MODE_NONE = 0; field in class:Layout
290 if (mJustificationMode == JUSTIFICATION_MODE_NONE) return false;
H A DStaticLayout.java97 b.mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;
325 * {@link Layout#JUSTIFICATION_MODE_NONE}. If the last line is too short for justification,
697 b.mJustificationMode != Layout.JUSTIFICATION_MODE_NONE);
H A DDynamicLayout.java88 Layout.JUSTIFICATION_MODE_NONE, ellipsize, ellipsizedWidth);
/frameworks/base/core/java/android/widget/
H A DTextView.java865 mJustificationMode = Layout.JUSTIFICATION_MODE_NONE;
1390 mJustificationMode = a.getInt(attr, Layout.JUSTIFICATION_MODE_NONE);
3877 * Set justification mode. The default value is {@link Layout#JUSTIFICATION_MODE_NONE}. If the

Completed in 140 milliseconds