OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIR_RTL
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
305
if (!mIsRtlContext && (isRtl || getExitDir(str) ==
DIR_RTL
)) {
334
if (!mIsRtlContext && (isRtl || getEntryDir(str) ==
DIR_RTL
)) {
455
private static final int
DIR_RTL
= +1;
591
embeddingLevelDir =
DIR_RTL
;
611
return
DIR_RTL
;
649
return
DIR_RTL
;
698
return
DIR_RTL
;
707
return
DIR_RTL
;
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
299
if (!mIsRtlContext && (isRtl || getExitDir(str) ==
DIR_RTL
)) {
326
if (!mIsRtlContext && (isRtl || getEntryDir(str) ==
DIR_RTL
)) {
445
private static final int
DIR_RTL
= +1;
581
embeddingLevelDir =
DIR_RTL
;
601
return
DIR_RTL
;
639
return
DIR_RTL
;
688
return
DIR_RTL
;
697
return
DIR_RTL
;
[
all
...]
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
Completed in 52 milliseconds