Home
last modified time | relevance | path

Searched refs:getLocaleLabel (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationTest.java91 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), true)); in test()
93 ConfigurationChooser.getLocaleLabel(null, configuration.getLocale(), false)); in test()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DLocaleMenuListener.java85 String title = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in show()
DNestedConfiguration.java464 return ConfigurationChooser.getLocaleLabel(configuration.mConfigChooser, in computeDisplayName()
DConfigurationChooser.java1117 String label = Strings.nullToEmpty(getLocaleLabel(this, locale, true)); in selectLocale()
1307 public static String getLocaleLabel( in getLocaleLabel() method in ConfigurationChooser
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewManager.java942 String displayName = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in addLocalePreviews()
952 String label = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in addLocalePreviews()