Searched refs:themeId (Results 1 – 5 of 5) sorted by relevance
96 void setSplashScreenTheme(@StyleRes int themeId); in setSplashScreenTheme() argument160 public void setSplashScreenTheme(@StyleRes int themeId) { in setSplashScreenTheme() argument171 String themeName = themeId != Resources.ID_NULL in setSplashScreenTheme()172 ? activity.getResources().getResourceName(themeId) : null; in setSplashScreenTheme()
608 final int themeId = inNightMode ? R.style.Theme_DeviceDefault_Dialog_Alert : in getAlertDialogBuilder() local610 return new AlertDialog.Builder(context, themeId); in getAlertDialogBuilder()
1859 int themeId in applyDefaultTheme() local1862 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()
3840 int themeId = isLightTheme ? R.style.ThemeOverlay_Material_Light in applyDefaultTheme() local3843 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()
28693 public void setSplashScreenTheme(@NonNull String packageName, @Nullable String themeId,28698 packageSetting.setSplashScreenTheme(userId, themeId);