OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIsRtlContext
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
133
private boolean
mIsRtlContext
;
169
mIsRtlContext
= isRtlContext;
209
return getDefaultInstanceFromContext(
mIsRtlContext
);
211
return new BidiFormatter(
mIsRtlContext
, mFlags, mTextDirectionHeuristic);
229
private final boolean
mIsRtlContext
;
265
mIsRtlContext
= isRtlContext;
274
return
mIsRtlContext
;
305
if (!
mIsRtlContext
&& (isRtl || getExitDir(str) == DIR_RTL)) {
308
if (
mIsRtlContext
&& (!isRtl || getExitDir(str) == DIR_LTR)) {
334
if (!
mIsRtlContext
&& (isRtl || getEntryDir(str) == DIR_RTL))
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
129
private boolean
mIsRtlContext
;
165
mIsRtlContext
= isRtlContext;
205
return getDefaultInstanceFromContext(
mIsRtlContext
);
207
return new BidiFormatter(
mIsRtlContext
, mFlags, mTextDirectionHeuristicCompat);
225
private final boolean
mIsRtlContext
;
261
mIsRtlContext
= isRtlContext;
270
return
mIsRtlContext
;
299
if (!
mIsRtlContext
&& (isRtl || getExitDir(str) == DIR_RTL)) {
302
if (
mIsRtlContext
&& (!isRtl || getExitDir(str) == DIR_LTR)) {
326
if (!
mIsRtlContext
&& (isRtl || getEntryDir(str) == DIR_RTL))
[
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