Home
last modified time | relevance | path

Searched defs:themeResId (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/app/
DDatePickerDialog.java72 public DatePickerDialog(@NonNull Context context, @StyleRes int themeResId) { in DatePickerDialog()
107 public DatePickerDialog(@NonNull Context context, @StyleRes int themeResId, in DatePickerDialog()
112 private DatePickerDialog(@NonNull Context context, @StyleRes int themeResId, in DatePickerDialog()
139 static @StyleRes int resolveDialogTheme(@NonNull Context context, @StyleRes int themeResId) { in resolveDialogTheme()
DAlertDialog.java195 protected AlertDialog(Context context, @StyleRes int themeResId) { in AlertDialog()
199 AlertDialog(Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in AlertDialog()
207 static int resolveDialogTheme(Context context, int themeResId) { in resolveDialogTheme()
481 public Builder(Context context, int themeResId) { in Builder()
DTimePickerDialog.java102 public TimePickerDialog(Context context, int themeResId, OnTimeSetListener listener, in TimePickerDialog()
DDialog.java165 public Dialog(@NonNull Context context, @StyleRes int themeResId) { in Dialog()
169 Dialog(@NonNull Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in Dialog()
/frameworks/support/v7/appcompat/src/android/support/v7/view/
DContextThemeWrapper.java37 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper()
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java94 final int themeResId = ta.getResourceId(0, 0); in parseInclude() local
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java59 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper()
DLayoutInflater.java754 final int themeResId = ta.getResourceId(0, 0); in createViewFromTag() local
908 final int themeResId = ta.getResourceId(0, 0); in parseInclude() local
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DImageCardView.java147 public ImageCardView(Context context, int themeResId) { in ImageCardView()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DAlertDialog.java94 protected AlertDialog(@NonNull Context context, @StyleRes int themeResId) { in AlertDialog()
320 public Builder(@NonNull Context context, @StyleRes int themeResId) { in Builder()