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

/frameworks/base/core/java/android/util/
H A DLayoutDirection.java21 * or right-to-left (RTL). It can also be inherited (from a parent) or deduced from the default
43 public static final int RTL = 1; field in class:LayoutDirection
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java46 public static final TextDirectionHeuristic RTL = field in class:TextDirectionHeuristics
84 /* Returns STATE_TRUE for strong RTL characters, STATE_FALSE for strong LTR characters, and
104 // Unassigned RTL character
195 * Returns whether the range of text is RTL according to the algorithm.
/frameworks/support/compat/java/android/support/v4/text/
H A DTextDirectionHeuristicsCompat.java39 public static final android.support.v4.text.TextDirectionHeuristicCompat RTL = field in class:TextDirectionHeuristicsCompat
171 * Returns whether the range of text is RTL according to the algorithm.
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPagingIndicator.java464 static final float RTL = -1; field in class:PagingIndicator.Dot
475 float mLayoutDirection = mIsLtr ? LTR : RTL;
549 mLayoutDirection = mIsLtr ? LTR : RTL;

Completed in 3506 milliseconds