Home
last modified time | relevance | path

Searched defs:localeList (Results 1 – 2 of 2) 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
250 List<Locale> localeList = mConfigChooser.getLocaleList(); in findAndSetCompatibleConfig() local
456 List<Locale> localeList = mConfigChooser.getLocaleList(); in getLocaleMatch() local
/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