Searched refs:getLayoutDirectionFromLocale (Results 1 - 14 of 14) sorted by relevance

/frameworks/support/v4/jellybean-mr1/android/support/v4/text/
H A DTextUtilsCompatJellybeanMr1.java34 public static int getLayoutDirectionFromLocale(@Nullable Locale locale) { method in class:TextUtilsCompatJellybeanMr1
35 return TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/base/core/java/android/text/
H A DTextDirectionHeuristics.java296 final int dir = TextUtils.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
H A DBidiFormatter.java450 return (TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL);
H A DTextUtils.java1756 public static int getLayoutDirectionFromLocale(Locale locale) { method in class:TextUtils
/frameworks/support/v4/java/android/support/v4/text/
H A DTextDirectionHeuristicsCompat.java250 final int dir = TextUtilsCompat.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
H A DBidiFormatter.java440 return (TextUtilsCompat.getLayoutDirectionFromLocale(locale) == ViewCompat.LAYOUT_DIRECTION_RTL);
/frameworks/base/core/java/android/text/format/
H A DFormatter.java58 if (TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/datetime/
H A DZoneGetter.java210 boolean isRtl = TextUtils.getLayoutDirectionFromLocale(locale) == View.LAYOUT_DIRECTION_RTL;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java232 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java264 final int direction = TextUtils.getLayoutDirectionFromLocale(Locale.getDefault());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java246 mLayoutDirection = TextUtilsCompat.getLayoutDirectionFromLocale(locale);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java584 mLayoutDirection = TextUtils.getLayoutDirectionFromLocale(mLocale);
772 final int ld = TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1350 final int layoutDirection = 1 + TextUtils.getLayoutDirectionFromLocale(locale);
/frameworks/base/core/java/android/view/
H A DView.java14203 TextUtils.getLayoutDirectionFromLocale(Locale.getDefault()))) {

Completed in 2555 milliseconds