OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getEntryDir
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
333
//
getEntryDir
() is called only if needed (short-circuit).
334
if (!mIsRtlContext && (isRtl ||
getEntryDir
(str) == DIR_RTL)) {
337
if (mIsRtlContext && (!isRtl ||
getEntryDir
(str) == DIR_LTR)) {
488
private static int
getEntryDir
(String str) {
489
return new DirectionalityEstimator(str, false /* isHtml */).
getEntryDir
();
572
int
getEntryDir
() {
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
325
//
getEntryDir
() is called only if needed (short-circuit).
326
if (!mIsRtlContext && (isRtl ||
getEntryDir
(str) == DIR_RTL)) {
329
if (mIsRtlContext && (!isRtl ||
getEntryDir
(str) == DIR_LTR)) {
478
private static int
getEntryDir
(String str) {
479
return new DirectionalityEstimator(str, false /* isHtml */).
getEntryDir
();
562
int
getEntryDir
() {
[
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 41 milliseconds