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/ |
D | ConfigurationTest.java | 91 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/ |
D | LocaleMenuListener.java | 85 String title = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in show()
|
D | NestedConfiguration.java | 464 return ConfigurationChooser.getLocaleLabel(configuration.mConfigChooser, in computeDisplayName()
|
D | ConfigurationChooser.java | 1117 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/ |
D | RenderPreviewManager.java | 942 String displayName = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in addLocalePreviews() 952 String label = ConfigurationChooser.getLocaleLabel(chooser, locale, false); in addLocalePreviews()
|