Searched refs:themeName (Results 1 – 6 of 6) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | DefaultThemeProvider.java | 132 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 …]
|
D | ThemeBundledWallpaperInfo.java | 77 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/ |
D | DefaultThemeSamples.java | 52 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()
|
D | Utils.java | 32 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/ |
D | KeyboardTheme.java | 76 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/ |
D | EditTextVariations.java | 305 final String themeName = getThemeName(); in loadTheme() local 307 if (themeName.equals(theme.name)) { in loadTheme()
|