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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java308 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
337 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
453 private static final int DIR_LTR = -1; field in class:BidiFormatter
586 embeddingLevelDir = DIR_LTR;
604 return DIR_LTR;
642 return DIR_LTR;
682 return DIR_LTR;
691 return DIR_LTR;
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java302 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
329 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
443 private static final int DIR_LTR = -1; field in class:BidiFormatter
576 embeddingLevelDir = DIR_LTR;
594 return DIR_LTR;
632 return DIR_LTR;
672 return DIR_LTR;
681 return DIR_LTR;

Completed in 1121 milliseconds