Home
last modified time | relevance | path

Searched refs:DIR_RTL (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/text/
DBidiFormatter.java302 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) { in markAfter()
330 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) { in markBefore()
524 private static final int DIR_RTL = +1; field in BidiFormatter
660 embeddingLevelDir = DIR_RTL; in getEntryDir()
680 return DIR_RTL; in getEntryDir()
718 return DIR_RTL; in getEntryDir()
767 return DIR_RTL; in getExitDir()
776 return DIR_RTL; in getExitDir()
/frameworks/base/core/java/android/text/
DBidiFormatter.java310 if (!mIsRtlContext && (isRtl || getExitDir(str) == DIR_RTL)) { in markAfter()
339 if (!mIsRtlContext && (isRtl || getEntryDir(str) == DIR_RTL)) { in markBefore()
535 private static final int DIR_RTL = +1; field in BidiFormatter
688 embeddingLevelDir = DIR_RTL; in getEntryDir()
708 return DIR_RTL; in getEntryDir()
746 return DIR_RTL; in getEntryDir()
795 return DIR_RTL; in getExitDir()
804 return DIR_RTL; in getExitDir()
/frameworks/base/config/
Dhiddenapi-private-dex.txt87745 Landroid/text/BidiFormatter;->DIR_RTL:I