Home
last modified time | relevance | path

Searched defs:getLayoutDirectionFromLocale (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v4/java/android/support/v4/text/
DTextUtilsCompat.java62 public int getLayoutDirectionFromLocale(@Nullable Locale locale) { in getLayoutDirectionFromLocale() method in TextUtilsCompat.TextUtilsCompatImpl
107 public int getLayoutDirectionFromLocale(@Nullable Locale locale) { in getLayoutDirectionFromLocale() method in TextUtilsCompat.TextUtilsCompatJellybeanMr1Impl
142 public static int getLayoutDirectionFromLocale(@Nullable Locale locale) { in getLayoutDirectionFromLocale() method in TextUtilsCompat
/frameworks/support/v4/jellybean-mr1/android/support/v4/text/
DTextUtilsCompatJellybeanMr1.java34 public static int getLayoutDirectionFromLocale(@Nullable Locale locale) { in getLayoutDirectionFromLocale() method in TextUtilsCompatJellybeanMr1
/frameworks/base/core/java/android/text/
DTextUtils.java1756 public static int getLayoutDirectionFromLocale(Locale locale) { in getLayoutDirectionFromLocale() method in TextUtils