HomeSort by relevance Sort by last modified time
    Searched defs:getExitDir (Results 1 - 3 of 3) 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 

Completed in 21 milliseconds