HomeSort by relevance Sort by last modified time
    Searched defs:DIR_LTR (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/
BidiFormatter.java 308 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
337 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
453 private static final int DIR_LTR = -1;
586 embeddingLevelDir = DIR_LTR;
604 return DIR_LTR;
642 return DIR_LTR;
682 return DIR_LTR;
691 return DIR_LTR;
    [all...]
  /frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java 302 if (mIsRtlContext && (!isRtl || getExitDir(str) == DIR_LTR)) {
329 if (mIsRtlContext && (!isRtl || getEntryDir(str) == DIR_LTR)) {
443 private static final int DIR_LTR = -1;
576 embeddingLevelDir = DIR_LTR;
594 return DIR_LTR;
632 return DIR_LTR;
672 return DIR_LTR;
681 return DIR_LTR;
    [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 22 milliseconds