Searched defs:themeId (Results 1 – 6 of 6) sorted by relevance
98 int themeId = isDarkTheme ? android.R.style.Theme_DeviceDefault_Dialog_Alert : in onCreate() local200 private View createView(@StyleRes int themeId) { in createView()
110 void setSplashScreenTheme(@StyleRes int themeId); in setSplashScreenTheme()174 public void setSplashScreenTheme(@StyleRes int themeId) { in setSplashScreenTheme()
715 final int themeId = inNightMode ? R.style.Theme_DeviceDefault_Dialog_Alert : in getAlertDialogBuilder() local
1533 int themeId = in applyDefaultTheme() local
3894 int themeId = isLightTheme ? R.style.ThemeOverlay_Material_Light in applyDefaultTheme() local
5910 public void setSplashScreenTheme(@NonNull String packageName, @Nullable String themeId, in setSplashScreenTheme()