Searched defs:setLocales (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java90 * {@link #setLocales(LocaleList)}. If only the primary locale is needed,
743 * about setLocales() has changed locale directly. */
1465 public void setLocales(@Nullable LocaleList locales) { method in class:Configuration
1479 * See also the note about layout direction in {@link #setLocales(LocaleList)}.
1484 setLocales(loc == null ? LocaleList.getEmptyLocaleList() : new LocaleList(loc));

Completed in 393 milliseconds