/frameworks/base/core/java/com/android/internal/app/ |
D | LocalePickerWithRegion.java | 52 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/ |
D | Configuration.java | 134 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/ |
D | FontConfig.java | 510 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/ |
D | Font.java | 81 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/ |
D | ViewNode.java | 106 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/ |
D | BaseIconCache.java | 90 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/ |
D | AssistStructure.java | 719 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/ |
D | hiddenapi-max-target-o.txt | 3960 Landroid/app/assist/AssistStructure$ViewNode;->mLocaleList:Landroid/os/LocaleList; 16535 Landroid/content/res/Configuration;->mLocaleList:Landroid/os/LocaleList;
|