Home
last modified time | relevance | path

Searched defs:themeName (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
H A DThemeHelper.java71 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 DUtils.java32 public static void changeToTheme(Activity activity, String themeName, int themeResId) { in changeToTheme()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/model/theme/
H A DDefaultThemeProvider.java425 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 DThemeBundledWallpaperInfo.java77 public ThemeBundledWallpaperInfo(String packageName, String resName, String themeName, in ThemeBundledWallpaperInfo()
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreen.java180 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 DSessionParamsBuilder.java101 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 DKeyboardTheme.java76 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 DEditTextVariations.java305 final String themeName = getThemeName(); in loadTheme() local
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSettingBase.java786 public void setSplashScreenTheme(@UserIdInt int userId, @Nullable String themeName) { in setSplashScreenTheme()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DIPackageManager.aidl796 void setSplashScreenTheme(String packageName, String themeName, int userId); in setSplashScreenTheme()