Searched refs:themeName (Results 1 – 8 of 8) sorted by relevance
/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
D | DefaultThemeProvider.java | 122 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 …]
|
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/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | ThemeHelper.java | 71 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/ |
D | KeyboardTheme.java | 76 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/ |
D | ThemeHelperTest.java | 292 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/ |
D | EditTextVariations.java | 305 final String themeName = getThemeName(); in loadTheme() local 307 if (themeName.equals(theme.name)) { in loadTheme()
|