Home
last modified time | relevance | path

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

/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.java134 private LocaleList mLocaleList; field in Configuration
938 if ((locale == null && !mLocaleList.isEmpty()) || in fixUpLocaleList()
939 (locale != null && !locale.equals(mLocaleList.get(0)))) { in fixUpLocaleList()
940 mLocaleList = locale == null ? LocaleList.getEmptyLocaleList() : new LocaleList(locale); in fixUpLocaleList()
961 mLocaleList = o.mLocaleList; in setTo()
1004 if (!mLocaleList.isEmpty()) { in toString()
1006 sb.append(mLocaleList); in toString()
1167 if (mLocaleList != null) { in dumpDebug()
1168 protoOutputStream.write(LOCALE_LIST, mLocaleList.toLanguageTags()); in dumpDebug()
1427 mLocaleList = LocaleList.getEmptyLocaleList(); in setToDefaults()
[all …]
/frameworks/base/core/java/android/text/
DFontConfig.java510 private final @NonNull LocaleList mLocaleList; field in FontConfig.FontFamily
554 mLocaleList = localeList; in FontFamily()
592 return mLocaleList; in getLocaleList()
611 dest.writeString8(mLocaleList.toLanguageTags()); in writeToParcel()
652 return mLocaleList.toLanguageTags(); in getLanguages()
663 && Objects.equals(mLocaleList, that.mLocaleList); in equals()
668 return Objects.hash(mFonts, mName, mLocaleList, mVariant); in hashCode()
676 + ", mLocaleList=" + mLocaleList in toString()
/frameworks/base/graphics/java/android/graphics/fonts/
DFont.java81 private @NonNull String mLocaleList = ""; field in Font.Builder
115 mLocaleList = localeList; in Builder()
128 mLocaleList = localeList; in Builder()
481 ptr = nBuild(builderPtr, readonlyBuffer, filePath, mLocaleList, mWeight, italic, in build()
522 private @NonNull LocaleList mLocaleList = null; field in Font
652 if (mLocaleList == null) { in getLocaleList()
655 mLocaleList = LocaleList.getEmptyLocaleList(); in getLocaleList()
657 mLocaleList = LocaleList.forLanguageTags(langTags); in getLocaleList()
660 return mLocaleList; in getLocaleList()
/frameworks/base/core/java/android/view/contentcapture/
DViewNode.java106 private LocaleList mLocaleList; field in ViewNode
172 mLocaleList = parcel.readParcelable(null); in ViewNode()
480 return mLocaleList; in getLocaleList()
519 if (mLocaleList != null) { in writeSelfToParcel()
599 parcel.writeParcelable(mLocaleList, 0); in writeSelfToParcel()
994 mNode.mLocaleList = localeList; in setLocaleList()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java90 protected LocaleList mLocaleList = LocaleList.getEmptyLocaleList(); field in BaseIconCache
230 mLocaleList = mContext.getResources().getConfiguration().getLocales(); in updateSystemState()
231 mSystemState = mLocaleList.toLanguageTags() + "," + Build.VERSION.SDK_INT; in updateSystemState()
272 componentName.getPackageName(), cachingLogic.getKeywords(object, mLocaleList)); in addIconToDBAndMemCache()
/frameworks/base/core/java/android/app/assist/
DAssistStructure.java719 LocaleList mLocaleList; field in AssistStructure.ViewNode
884 mLocaleList = in.readParcelable(null); in initializeFromParcelWithoutChildren()
945 if (mLocaleList != null) { in writeSelfToParcel()
1119 out.writeParcelable(mLocaleList, 0); in writeSelfToParcel()
1538 return mLocaleList; in getLocaleList()
2207 mNode.mLocaleList = localeList; in setLocaleList()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt3960 Landroid/app/assist/AssistStructure$ViewNode;->mLocaleList:Landroid/os/LocaleList;
16535 Landroid/content/res/Configuration;->mLocaleList:Landroid/os/LocaleList;