Searched defs:themeName (Results 1 – 10 of 10) sorted by relevance
/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
H A D | ThemeHelper.java | 71 String themeName = getDefaultThemeName(context, intent); in inferThemeResId() local 179 int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight); in resolveTheme() 213 public int resolveTheme(int defaultTheme, String themeName, boolean suppressDayNight) { in resolveTheme()
|
/aosp12/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/ |
H A D | Utils.java | 32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme()
|
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/ |
H A D | DefaultThemeProvider.java | 425 private String getOverlayPackage(String prefix, String themeName) { in getOverlayPackage() 429 private ResourceAsset getDrawableResourceAsset(String prefix, String themeName) { in getDrawableResourceAsset() 436 private ThemeBundleThumbAsset getThumbAsset(String prefix, String themeName) { in getThumbAsset()
|
H A D | ThemeBundledWallpaperInfo.java | 77 public ThemeBundledWallpaperInfo(String packageName, String resName, String themeName, in ThemeBundledWallpaperInfo()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | SplashScreen.java | 180 String themeName = themeId != Resources.ID_NULL in setSplashScreenTheme() local 186 themeName, activity.getUserId()); in setSplashScreenTheme() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | SessionParamsBuilder.java | 101 public SessionParamsBuilder setTheme(@NonNull String themeName, boolean isProjectTheme) { in setTheme() 108 public SessionParamsBuilder setTheme(@NonNull String themeName) { in setTheme()
|
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
H A D | KeyboardTheme.java | 76 private KeyboardTheme(final int themeId, final String themeName, final int styleId, in KeyboardTheme()
|
/aosp12/packages/inputmethods/LatinIME/tools/EditTextVariations/src/com/android/inputmethod/tools/edittextvariations/ |
H A D | EditTextVariations.java | 305 final String themeName = getThemeName(); in loadTheme() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSettingBase.java | 786 public void setSplashScreenTheme(@UserIdInt int userId, @Nullable String themeName) { in setSplashScreenTheme()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 796 void setSplashScreenTheme(String packageName, String themeName, int userId); in setSplashScreenTheme()
|