Searched refs:TextUtilsCompat (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/text/
H A DTextUtilsCompat.java25 public class TextUtilsCompat { class
H A DTextDirectionHeuristicsCompat.java250 final int dir = TextUtilsCompat.getLayoutDirectionFromLocale(java.util.Locale.getDefault());
H A DBidiFormatter.java437 return (TextUtilsCompat.getLayoutDirectionFromLocale(locale) == ViewCompat.LAYOUT_DIRECTION_RTL);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java27 import android.support.v4.text.TextUtilsCompat;
233 mLayoutDirection = TextUtilsCompat.getLayoutDirectionFromLocale(locale);

Completed in 130 milliseconds