Home
last modified time | relevance | path

Searched refs:themeResId (Results 1 – 4 of 4) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertDialog.java98 protected AlertDialog(@NonNull Context context, @StyleRes int themeResId) { in AlertDialog() argument
99 super(context, resolveDialogTheme(context, themeResId)); in AlertDialog()
342 public Builder(@NonNull Context context, @StyleRes int themeResId) { in Builder() argument
344 context, resolveDialogTheme(context, themeResId))); in Builder()
345 mTheme = themeResId; in Builder()
DAppCompatDelegate.java430 public void setTheme(@StyleRes int themeResId) { in setTheme() argument
DAppCompatDelegateImpl.java818 public void setTheme(@StyleRes int themeResId) {
819 mThemeResId = themeResId;
/appcompat/appcompat/src/main/java/androidx/appcompat/view/
DContextThemeWrapper.java68 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper() argument
70 mThemeResource = themeResId; in ContextThemeWrapper()