Home
last modified time | relevance | path

Searched refs:getLocaleList (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocaleMenuListener.java81 List<Locale> locales = chooser.getLocaleList(); in show()
DConfigurationMatcher.java188 List<Locale> localeList = mConfigChooser.getLocaleList(); in adaptConfigSelection()
250 List<Locale> localeList = mConfigChooser.getLocaleList(); in findAndSetCompatibleConfig()
456 List<Locale> localeList = mConfigChooser.getLocaleList(); in getLocaleMatch()
DVaryingConfiguration.java170 List<Locale> locales = mConfigChooser.getLocaleList(); in getLocale()
DConfigurationMenuListener.java178 if (chooser.getLocaleList().size() <= 1) { in show()
DConfigurationChooser.java375 public List<Locale> getLocaleList() { in getLocaleList() method in ConfigurationChooser
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java804 for (Locale locale : chooser.getLocaleList()) { in createLocaleVariation()
931 List<Locale> locales = chooser.getLocaleList(); in addLocalePreviews()