Home | History | Annotate | Download | only in graphics

Lines Matching defs:LocaleList

22 import android.os.LocaleList;
70 private LocaleList mLocales;
78 * A map from a string representation of the LocaleList to Minikin's language list ID.
465 setTextLocales(LocaleList.getAdjustedDefault());
506 setTextLocales(LocaleList.getAdjustedDefault());
1304 * @return the paint's LocaleList used for drawing text, never null or empty.
1307 public LocaleList getTextLocales() {
1314 * See {@link #setTextLocales(LocaleList)} for how the locale list affects
1326 mLocales = new LocaleList(locale);
1357 public void setTextLocales(@NonNull @Size(min=1) LocaleList locales) {