Searched refs:themeName (Results 1 – 4 of 4) sorted by relevance
101 public SessionParamsBuilder setTheme(@NonNull String themeName, boolean isProjectTheme) { in setTheme() argument102 mThemeName = themeName; in setTheme()108 public SessionParamsBuilder setTheme(@NonNull String themeName) { in setTheme() argument110 if (themeName.startsWith(SdkConstants.PREFIX_ANDROID)) { in setTheme()111 themeName = themeName.substring(SdkConstants.PREFIX_ANDROID.length()); in setTheme()116 return setTheme(themeName, isProjectTheme); in setTheme()
171 String themeName = themeId != Resources.ID_NULL in setSplashScreenTheme() local177 themeName, activity.getUserId()); in setSplashScreenTheme() local
780 public void setSplashScreenTheme(@UserIdInt int userId, @Nullable String themeName) { in setSplashScreenTheme() argument781 modifyUserState(userId).splashScreenTheme = themeName; in setSplashScreenTheme()
796 void setSplashScreenTheme(String packageName, String themeName, int userId); in setSplashScreenTheme() argument