Home
last modified time | relevance | path

Searched refs:setLocale (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigurationTest.java69 configuration.setLocale(language, true /* skipSync */); in test()
73 configuration.setLocale(language, false /* skipSync */); in test()
124 configuration.setLocale(locale, false /* skipSync */); in testCopy()
133 configuration.setLocale(Locale.ANY, false); in testCopy()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DNestedConfiguration.java115 configuration.setLocale(values.getLocale(), true); in initFrom()
204 public void setLocale(@NonNull Locale locale, boolean skipSync) { in setLocale() method in NestedConfiguration
206 super.setLocale(locale, skipSync); in setLocale()
208 mParent.setLocale(locale, skipSync); in setLocale()
DConfigurationMatcher.java223 mConfiguration.setLocale(locale, true); in adaptConfigSelection()
353 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); in findAndSetCompatibleConfig()
386 mConfiguration.setLocale(localeList.get(match.bundle.localeIndex), true); in findAndSetCompatibleConfig()
DConfigurationChooser.java1171 private boolean setLocale(@Nullable Locale locale) { in setLocale() method in ConfigurationChooser
1527 mConfiguration.setLocale(locale, false); in onLocaleChange()
1532 mConfiguration.setLocale(prev, false); in onLocaleChange()
1692 boolean localeChanged = setLocale(locale); in syncRenderState()
1699 mConfiguration.setLocale(locale, true); in syncRenderState()
1927 setLocale(locale); in updateLocales()
DConfiguration.java471 public void setLocale(@NonNull Locale locale, boolean skipSync) { in setLocale() method in Configuration
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DRenderPreviewList.java156 configuration.setLocale( in createPreviews()
DRenderService.java474 params.setLocale(mLocale.toLocaleId()); in createRenderSession()
DRenderPreviewManager.java940 configuration.setLocale(locale, false); in addLocalePreviews()