Searched refs:themeResId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/utils/
H A DLocalClassLoaderContextThemeWrapper.java32 @StyleRes int themeResId) {
33 super(base, themeResId);
31 LocalClassLoaderContextThemeWrapper(Class clazz, Context base, @StyleRes int themeResId) argument
/packages/apps/PackageInstaller/src/android/support/wearable/view/
H A DAcceptDenyDialog.java80 public AcceptDenyDialog(Context context, @StyleRes int themeResId) { argument
81 super(context, themeResId);
H A DWearableDialogHelper.java163 public DialogBuilder(Context context, int themeResId) { argument
164 super(context, themeResId);

Completed in 520 milliseconds