Searched defs:TEXT_DIRECTION_LOCALE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java2513 public static final int TEXT_DIRECTION_LOCALE = 5; field in class:View
2564 TEXT_DIRECTION_LOCALE << PFLAG2_TEXT_DIRECTION_MASK_SHIFT,
23708 * {@link #TEXT_DIRECTION_LOCALE},
23722 @ViewDebug.IntToString(from = TEXT_DIRECTION_LOCALE, to = "LOCALE"),
23740 * {@link #TEXT_DIRECTION_LOCALE}
23776 * {@link #TEXT_DIRECTION_LOCALE},
23788 @ViewDebug.IntToString(from = TEXT_DIRECTION_LOCALE, to = "LOCALE"),
23848 case TEXT_DIRECTION_LOCALE:
23863 case TEXT_DIRECTION_LOCALE:

Completed in 55 milliseconds