Home
last modified time | relevance | path

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

/frameworks/support/compat/src/main/java/androidx/core/os/
DLocaleListCompat.java39 private LocaleListHelper mLocaleList = new LocaleListHelper(); field in LocaleListCompat.LocaleListCompatBaseImpl
43 mLocaleList = new LocaleListHelper(list); in setLocaleList()
48 return mLocaleList; in getLocaleList()
53 return mLocaleList.get(index); in get()
58 return mLocaleList.isEmpty(); in isEmpty()
64 return mLocaleList.size(); in size()
70 return mLocaleList.indexOf(locale); in indexOf()
75 return mLocaleList.equals(((LocaleListCompat) other).unwrap()); in equals()
80 return mLocaleList.hashCode(); in hashCode()
85 return mLocaleList.toString(); in toString()
[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/core/java/android/content/res/
DConfiguration.java123 private LocaleList mLocaleList; field in Configuration
885 if ((locale == null && !mLocaleList.isEmpty()) || in fixUpLocaleList()
886 (locale != null && !locale.equals(mLocaleList.get(0)))) { in fixUpLocaleList()
887 mLocaleList = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in fixUpLocaleList()
902 mLocaleList = o.mLocaleList; in setTo()
944 if (!mLocaleList.isEmpty()) { in toString()
946 sb.append(mLocaleList); in toString()
1096 mLocaleList.writeToProto(protoOutputStream, LOCALES); in writeToProto()
1178 mLocaleList = LocaleList.getEmptyLocaleList(); in setToDefaults()
1237 if (!delta.mLocaleList.isEmpty() && !mLocaleList.equals(delta.mLocaleList)) { in updateFrom()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DConfigurationControllerImpl.java42 private LocaleList mLocaleList; field in ConfigurationControllerImpl
51 mLocaleList = currentConfig.getLocales(); in ConfigurationControllerImpl()
80 if (!localeList.equals(mLocaleList)) { in onConfigurationChanged()
81 mLocaleList = localeList; in onConfigurationChanged()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java698 LocaleList mLocaleList; field in AssistStructure.ViewNode
782 mLocaleList = in.readParcelable(null); in ViewNode()
844 if (mLocaleList != null) { in writeSelfToParcel()
945 out.writeParcelable(mLocaleList, 0); in writeSelfToParcel()
1351 return mLocaleList; in getLocaleList()
1913 mNode.mLocaleList = localeList; in setLocaleList()
/frameworks/base/config/
Dhiddenapi-private-dex.txt4757 Landroid/app/assist/AssistStructure$ViewNode;->mLocaleList:Landroid/os/LocaleList;
19902 Landroid/content/res/Configuration;->mLocaleList:Landroid/os/LocaleList;