Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/model/theme/
DDefaultThemeProvider.java132 for (String themeName : themeNames) { in loadAll()
134 if (DEFAULT_THEME_NAME.equals(themeName)) { in loadAll()
140 mStubApkResources.getIdentifier(TITLE_PREFIX + themeName, in loadAll()
143 String shapeOverlayPackage = getOverlayPackage(SHAPE_PREFIX, themeName); in loadAll()
146 String fontOverlayPackage = getOverlayPackage(FONT_PREFIX, themeName); in loadAll()
149 String colorOverlayPackage = getOverlayPackage(COLOR_PREFIX, themeName); in loadAll()
153 themeName); in loadAll()
157 String iconSysUiOverlayPackage = getOverlayPackage(ICON_SYSUI_PREFIX, themeName); in loadAll()
162 themeName); in loadAll()
166 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/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/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()