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

/frameworks/base/core/java/android/text/
H A DBidiFormatter.java308 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
337 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) {
504 private static final int DIR_RTL = +1; field in class:BidiFormatter
640 embeddingLevelDir = DIR_RTL;
660 return DIR_RTL;
698 return DIR_RTL;
747 return DIR_RTL;
756 return DIR_RTL;
/frameworks/support/core-utils/java/android/support/v4/text/
H A DBidiFormatter.java301 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) {
329 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) {
523 private static final int DIR_RTL = +1; field in class:BidiFormatter
659 embeddingLevelDir = DIR_RTL;
679 return DIR_RTL;
717 return DIR_RTL;
766 return DIR_RTL;
775 return DIR_RTL;

Completed in 249 milliseconds