Home
last modified time | relevance | path

Searched refs:localeList (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationMatcher.java188 List<Locale> localeList = mConfigChooser.getLocaleList(); in adaptConfigSelection() local
203 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() local
278 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 …]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutReloadMonitor.java69 public boolean localeList = false; field in LayoutReloadMonitor.ChangeFlags
73 return code && resources && rClass && localeList && manifest; in isAllTrue()
348 changeFlags.localeList = true;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGraphicalEditorPart.java1776 if (flags.localeList) { in reloadLayoutSwt()