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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java305 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
334 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) {
455 private static final int DIR_RTL = +1; field in class:BidiFormatter
591 embeddingLevelDir = DIR_RTL;
611 return DIR_RTL;
649 return DIR_RTL;
698 return DIR_RTL;
707 return DIR_RTL;
/frameworks/support/v4/java/android/support/v4/text/
H A DBidiFormatter.java299 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
326 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) {
445 private static final int DIR_RTL = +1; field in class:BidiFormatter
581 embeddingLevelDir = DIR_RTL;
601 return DIR_RTL;
639 return DIR_RTL;
688 return DIR_RTL;
697 return DIR_RTL;

Completed in 198 milliseconds