Searched refs:getTextServicesLocale (Results 1 – 2 of 2) sorted by relevance
850 mWordIterator = new WordIterator(mTextView.getTextServicesLocale()); in getWordIterator()857 mWordIteratorWithText = new WordIterator(mTextView.getTextServicesLocale()); in getWordIteratorWithText()3031 intent.putExtra("locale", mTextView.getTextServicesLocale().toString()); in onItemClick()
8659 private Locale getTextServicesLocale(boolean allowNullLocale) { in getTextServicesLocale() method in TextView8683 public Locale getTextServicesLocale() { in getTextServicesLocale() method in TextView8684 return getTextServicesLocale(false /* allowNullLocale */); in getTextServicesLocale()8707 return getTextServicesLocale(true /* allowNullLocale */); in getSpellCheckerLocale()