OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getExitDir
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/text/
BidiFormatter.java
304
//
getExitDir
() is called only if needed (short-circuit).
305
if (!mIsRtlContext && (isRtl ||
getExitDir
(str) == DIR_RTL)) {
308
if (mIsRtlContext && (!isRtl ||
getExitDir
(str) == DIR_LTR)) {
471
private static int
getExitDir
(String str) {
472
return new DirectionalityEstimator(str, false /* isHtml */).
getExitDir
();
669
int
getExitDir
() {
[
all
...]
/frameworks/support/v4/java/android/support/v4/text/
BidiFormatter.java
298
//
getExitDir
() is called only if needed (short-circuit).
299
if (!mIsRtlContext && (isRtl ||
getExitDir
(str) == DIR_RTL)) {
302
if (mIsRtlContext && (!isRtl ||
getExitDir
(str) == DIR_LTR)) {
461
private static int
getExitDir
(String str) {
462
return new DirectionalityEstimator(str, false /* isHtml */).
getExitDir
();
659
int
getExitDir
() {
[
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 37 milliseconds