Home
last modified time | relevance | path

Searched refs:mCurrentLocale (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java166 private Locale mCurrentLocale; field in CarSystemBar
214 mCurrentLocale = mContext.getResources().getConfiguration().getLocales().get(0); in CarSystemBar()
754 Locale oldLocale = mCurrentLocale; in onConfigChanged()
755 mCurrentLocale = newConfig.getLocales().get(0); in onConfigChanged()
759 && (mCurrentLocale != null && mCurrentLocale.equals(oldLocale) in onConfigChanged()
760 || mCurrentLocale == oldLocale)) { in onConfigChanged()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java124 public Locale mCurrentLocale; field in InputTestsBase.MyEditText
141 return mCurrentLocale; in getTextServicesLocale()
150 return mCurrentLocale; in getSpellCheckerLocale()
376 mEditText.mCurrentLocale = LocaleUtils.constructLocaleFromString(locale); in changeLanguageWithoutWait()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java180 private Locale mCurrentLocale; field in BubbleTextView
291 mCurrentLocale = context.getResources().getConfiguration().locale; in BubbleTextView()
476 return mCurrentLocale.equals(Locale.US); in isCurrentLanguageEnglish()