OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIR_LTR
(Results
1 - 5
of
5
) 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
/prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
Completed in 33 milliseconds