Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DDefaultThemeProvider.java122 for (String themeName : themeNames) { in loadAll()
124 if (DEFAULT_THEME_NAME.equals(themeName)) { in loadAll()
130 mStubApkResources.getIdentifier(TITLE_PREFIX + themeName, in loadAll()
133 String shapeOverlayPackage = getOverlayPackage(SHAPE_PREFIX, themeName); in loadAll()
136 String fontOverlayPackage = getOverlayPackage(FONT_PREFIX, themeName); in loadAll()
139 String colorOverlayPackage = getOverlayPackage(COLOR_PREFIX, themeName); in loadAll()
143 themeName); in loadAll()
147 String iconSysUiOverlayPackage = getOverlayPackage(ICON_SYSUI_PREFIX, themeName); in loadAll()
152 themeName); in loadAll()
156 themeName); in loadAll()
[all …]
DThemeBundledWallpaperInfo.java77 public ThemeBundledWallpaperInfo(String packageName, String resName, String themeName, in ThemeBundledWallpaperInfo() argument
81 mCollectionId = themeName; in ThemeBundledWallpaperInfo()
/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
DDefaultThemeSamples.java52 String themeName = input.getText().toString(); in onCreate()
53 int themeResId = this.getResources().getIdentifier(themeName, in onCreate()
60 Toast.makeText(this, "Applying theme: " + themeName, in onCreate()
62 Utils.changeToTheme(this, themeName, themeResId); in onCreate()
DUtils.java32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme() argument
33 sThemeName = themeName; in changeToTheme()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DThemeHelper.java71 String themeName = getDefaultThemeName(context, intent); in inferThemeResId() local
76 .resolveTheme(defaultTheme, themeName, shouldSuppressDayNight(context)); in inferThemeResId()
179 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme() argument
213 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme() argument
219 themeName, in resolveTheme()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardTheme.java76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme() argument
79 mThemeName = themeName; in KeyboardTheme()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/common/
DThemeHelperTest.java292 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in createThemeHelper()
293 return Objects.hash(defaultTheme, themeName, suppressDayNight); in createThemeHelper()
/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/
DEditTextVariations.java305 final String themeName = getThemeName(); in loadTheme() local
307 if (themeName.equals(theme.name)) { in loadTheme()