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/ |
D | ConfigurationTest.java | 69 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/ |
D | NestedConfiguration.java | 115 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()
|
D | ConfigurationMatcher.java | 223 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()
|
D | ConfigurationChooser.java | 1171 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()
|
D | Configuration.java | 471 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/ |
D | RenderPreviewList.java | 156 configuration.setLocale( in createPreviews()
|
D | RenderService.java | 474 params.setLocale(mLocale.toLocaleId()); in createRenderSession()
|
D | RenderPreviewManager.java | 940 configuration.setLocale(locale, false); in addLocalePreviews()
|