Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java95 private LocaleList mLocaleList; field in Configuration
745 if ((locale == null && !mLocaleList.isEmpty()) || in fixUpLocaleList()
746 (locale != null && !locale.equals(mLocaleList.get(0)))) { in fixUpLocaleList()
747 mLocaleList = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in fixUpLocaleList()
757 mLocaleList = o.mLocaleList; in setTo()
796 if (!mLocaleList.isEmpty()) { in toString()
798 sb.append(mLocaleList); in toString()
923 mLocaleList = LocaleList.getEmptyLocaleList(); in setToDefaults()
970 if (!delta.mLocaleList.isEmpty() && !mLocaleList.equals(delta.mLocaleList)) { in updateFrom()
972 mLocaleList = delta.mLocaleList; in updateFrom()
[all …]
/frameworks/base/core/java/com/android/internal/app/
DLocalePickerWithRegion.java52 private Set<LocaleStore.LocaleInfo> mLocaleList; field in LocalePickerWithRegion
118 mLocaleList = LocaleStore.getLevelLocales(context, in setListener()
120 if (mLocaleList.size() <= 1) { in setListener()
121 if (listener != null && (mLocaleList.size() == 1)) { in setListener()
122 listener.onLocaleSelected(mLocaleList.iterator().next()); in setListener()
127 mLocaleList = LocaleStore.getLevelLocales(context, langTagsToIgnore, in setListener()
144 if (mLocaleList == null) { in onCreate()
154 mAdapter = new SuggestedLocaleAdapter(mLocaleList, countryMode); in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DAutoReinflateContainer.java39 private LocaleList mLocaleList; field in AutoReinflateContainer
45 mLocaleList = context.getResources().getConfiguration().getLocales(); in AutoReinflateContainer()
65 if (localeList != mLocaleList) { in onConfigurationChanged()
66 mLocaleList = localeList; in onConfigurationChanged()