Home
last modified time | relevance | path

Searched defs:themeResId (Results 1 – 11 of 11) 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.java182 public Dialog(@UiContext @NonNull Context context, @StyleRes int themeResId) { in Dialog()
186 Dialog(@UiContext @NonNull Context context, @StyleRes int themeResId, 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.java993 final int themeResId = ta.getResourceId(0, 0); in createViewFromTag() local
1174 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/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
DStartingSurfaceDrawerTests.java208 private StartingWindowInfo createWindowInfo(int taskId, int themeResId) { in createWindowInfo()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1133 public Builder setStartingTheme(int themeResId) { in setStartingTheme()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java4344 final int themeResId = mView.getContext().getThemeResId(); in onThemeChanged() local