Searched refs:themeId (Results 1 – 6 of 6) sorted by relevance
113 void setSplashScreenTheme(@StyleRes int themeId); in setSplashScreenTheme() argument177 public void setSplashScreenTheme(@StyleRes int themeId) { in setSplashScreenTheme() argument188 String themeName = themeId != Resources.ID_NULL in setSplashScreenTheme()189 ? activity.getResources().getResourceName(themeId) : null; in setSplashScreenTheme()
112 int themeId = R.style.LogAccessDialogTheme; in onCreate() local113 mAlertView = createView(themeId); in onCreate()116 mAlertDialog = new AlertDialog.Builder(this, themeId); in onCreate()204 private View createView(@StyleRes int themeId) { in createView() argument205 Context themedContext = new ContextThemeWrapper(this, themeId); in createView()
840 final int themeId = inNightMode ? R.style.Theme_DeviceDefault_Dialog_Alert : in getAlertDialogBuilder() local842 return new AlertDialog.Builder(context, themeId); in getAlertDialogBuilder()
1533 int themeId = in applyDefaultTheme() local1536 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()
4121 int themeId = isLightTheme ? R.style.ThemeOverlay_Material_Light in applyDefaultTheme() local4124 return new ContextThemeWrapper(originalContext, themeId); in applyDefaultTheme()
6371 public void setSplashScreenTheme(@NonNull String packageName, @Nullable String themeId, in setSplashScreenTheme() argument6386 state.userState(userId).setSplashScreenTheme(themeId)); in setSplashScreenTheme()