Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DInputTestsBase.java136 public Locale getTextServicesLocale() { in getTextServicesLocale() method in InputTestsBase.MyEditText
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java1275 mWordIterator = new WordIterator(mTextView.getTextServicesLocale()); in getWordIterator()
1282 mWordIteratorWithText = new WordIterator(mTextView.getTextServicesLocale()); in getWordIteratorWithText()
3905 mTextView.getTextServicesLocale().toString()); in initContentView()
H A DTextView.java11538 private Locale getTextServicesLocale(boolean allowNullLocale) { in getTextServicesLocale() method in TextView.Drawables
11643 public Locale getTextServicesLocale() { in getTextServicesLocale() method in TextView.Drawables
11644 return getTextServicesLocale(false /* allowNullLocale */); in getTextServicesLocale()
11683 return getTextServicesLocale(true /* allowNullLocale */); in getSpellCheckerLocale()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt73803 Landroid/widget/TextView;->getTextServicesLocale()Ljava/util/Locale;