Home
last modified time | relevance | path

Searched refs:getTextServicesLocale (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java1066 mWordIterator = new WordIterator(mTextView.getTextServicesLocale()); in getWordIterator()
1073 mWordIteratorWithText = new WordIterator(mTextView.getTextServicesLocale()); in getWordIteratorWithText()
3662 mTextView.getTextServicesLocale().toString()); in initContentView()
DTextView.java11209 private Locale getTextServicesLocale(boolean allowNullLocale) { in getTextServicesLocale() method in TextView.Drawables
11308 public Locale getTextServicesLocale() { in getTextServicesLocale() method in TextView.Drawables
11309 return getTextServicesLocale(false /* allowNullLocale */); in getTextServicesLocale()
11348 return getTextServicesLocale(true /* allowNullLocale */); in getSpellCheckerLocale()