Searched refs:themeResId (Results 1 – 4 of 4) sorted by relevance
98 protected AlertDialog(@NonNull Context context, @StyleRes int themeResId) { in AlertDialog() argument99 super(context, resolveDialogTheme(context, themeResId)); in AlertDialog()342 public Builder(@NonNull Context context, @StyleRes int themeResId) { in Builder() argument344 context, resolveDialogTheme(context, themeResId))); in Builder()345 mTheme = themeResId; in Builder()
430 public void setTheme(@StyleRes int themeResId) { in setTheme() argument
818 public void setTheme(@StyleRes int themeResId) {819 mThemeResId = themeResId;
68 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper() argument70 mThemeResource = themeResId; in ContextThemeWrapper()