Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DDatePickerDialog.java74 public DatePickerDialog(@NonNull Context context, @StyleRes int themeResId) { in DatePickerDialog()
109 public DatePickerDialog(@NonNull Context context, @StyleRes int themeResId, in DatePickerDialog()
114 private DatePickerDialog(@NonNull Context context, @StyleRes int themeResId, in DatePickerDialog()
141 static @StyleRes int resolveDialogTheme(@NonNull Context context, @StyleRes int themeResId) { in resolveDialogTheme()
DAlertDialog.java199 protected AlertDialog(Context context, @StyleRes int themeResId) { in AlertDialog()
203 AlertDialog(Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in AlertDialog()
211 static @StyleRes int resolveDialogTheme(Context context, @StyleRes int themeResId) { in resolveDialogTheme()
498 public Builder(Context context, int themeResId) { in Builder()
DTimePickerDialog.java111 public TimePickerDialog(Context context, int themeResId, OnTimeSetListener listener, in TimePickerDialog()
DDialog.java180 public Dialog(@NonNull Context context, @StyleRes int themeResId) { in Dialog()
184 Dialog(@NonNull Context context, @StyleRes int themeResId, boolean createContextThemeWrapper) { in Dialog()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DFallbackThemeWrapper.java41 public FallbackThemeWrapper(Context base, @StyleRes int themeResId) { in FallbackThemeWrapper()
/frameworks/base/core/java/android/view/
DContextThemeWrapper.java66 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper()
DLayoutInflater.java986 final int themeResId = ta.getResourceId(0, 0); in createViewFromTag() local
1167 final int themeResId = ta.getResourceId(0, 0); in parseInclude() local
/frameworks/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java96 final int themeResId = ta.getResourceId(0, 0); in parseInclude() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java626 final int themeResId = getContext().getThemeResId(); in onThemeChanged() local
DStatusBar.java3339 final int themeResId = lockDarkText ? R.style.Theme_SystemUI_Light : R.style.Theme_SystemUI; in updateTheme() local