Searched refs:getTextServicesLocale (Results 1 – 3 of 3) sorted by relevance
1275 mWordIterator = new WordIterator(mTextView.getTextServicesLocale()); in getWordIterator()1282 mWordIteratorWithText = new WordIterator(mTextView.getTextServicesLocale()); in getWordIteratorWithText()3905 mTextView.getTextServicesLocale().toString()); in initContentView()
11538 private Locale getTextServicesLocale(boolean allowNullLocale) { in getTextServicesLocale() method in TextView.Drawables11643 public Locale getTextServicesLocale() { in getTextServicesLocale() method in TextView.Drawables11644 return getTextServicesLocale(false /* allowNullLocale */); in getTextServicesLocale()11683 return getTextServicesLocale(true /* allowNullLocale */); in getSpellCheckerLocale()
73803 Landroid/widget/TextView;->getTextServicesLocale()Ljava/util/Locale;