Searched refs:localeList (Results 1 – 3 of 3) sorted by relevance
188 List<Locale> localeList = mConfigChooser.getLocaleList(); in adaptConfigSelection() local203 for (int i = 0 ; i < localeList.size() ; i++) { in adaptConfigSelection()204 Locale locale = localeList.get(i); in adaptConfigSelection()222 Locale locale = localeList.get(localeIndex); in adaptConfigSelection()250 List<Locale> localeList = mConfigChooser.getLocaleList(); in findAndSetCompatibleConfig() local278 max = localeList.size(); in findAndSetCompatibleConfig()286 Locale l = localeList.get(i); in findAndSetCompatibleConfig()353 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); in findAndSetCompatibleConfig()386 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); in findAndSetCompatibleConfig()456 List<Locale> localeList = mConfigChooser.getLocaleList(); in getLocaleMatch() local[all …]
69 public boolean localeList = false; field in LayoutReloadMonitor.ChangeFlags73 return code && resources && rClass && localeList && manifest; in isAllTrue()348 changeFlags.localeList = true;
1776 if (flags.localeList) { in reloadLayoutSwt()