Searched defs:theme (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/util/
H A DThemeUtils.java23 * Provides static functions to more easily resolve attributes of the current theme
27 * Resolves the given attribute id of the theme to a resource id
29 public static int getAttribute(Theme theme, int attrId) { argument
31 theme.resolveAttribute(attrId, outValue, true);
38 public static int getSelectableItemBackground(Theme theme) { argument
39 return getAttribute(theme, android.R.attr.selectableItemBackground);
45 public static int getActivatedBackground(Theme theme) { argument
46 return getAttribute(theme, android.R.attr.activatedBackgroundIndicator);
/packages/apps/Settings/src/com/android/settings/fingerprint/
H A DSetupFingerprintEnrollEnrolling.java39 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
41 super.onApplyThemeResource(theme, resid, first);
H A DSetupFingerprintEnrollFindSensor.java41 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
43 super.onApplyThemeResource(theme, resid, first);
H A DSetupFingerprintEnrollFinish.java42 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
44 super.onApplyThemeResource(theme, resid, first);
H A DSetupFingerprintEnrollIntroduction.java46 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
48 super.onApplyThemeResource(theme, resid, first);
H A DSetupFingerprintEnrollOnboard.java47 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
49 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Settings/src/com/android/settings/
H A DSetupEncryptionInterstitial.java34 * class should only overload base methods for minor theme and behavior differences specific to
64 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
66 super.onApplyThemeResource(theme, resid, first);
H A DSetupRedactionInterstitial.java35 * should only overload base methods for minor theme and behavior differences specific to Setup
65 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
67 super.onApplyThemeResource(theme, resid, first);
H A DSetupChooseLockPassword.java36 * only overload base methods for minor theme and behavior differences specific to Setup Wizard.
81 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
83 super.onApplyThemeResource(theme, resid, first);
H A DSetupChooseLockPattern.java36 * only overload base methods for minor theme and behavior differences specific to Setup Wizard.
73 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
75 super.onApplyThemeResource(theme, resid, first);
H A DSetupChooseLockGeneric.java38 * only overload base methods for minor theme and behavior differences specific to Setup Wizard.
55 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
57 super.onApplyThemeResource(theme, resid, first);
/packages/apps/Contacts/src/com/android/contacts/datepicker/
H A DDatePickerDialog.java108 // Don't pass a theme id. Instead use the default alert dialog theme.
115 * @param theme the theme to apply to this dialog
123 int theme,
128 this(context, theme, callBack, year, monthOfYear, dayOfMonth, false);
133 * @param theme the theme to apply to this dialog
142 int theme,
148 super(context, theme);
122 DatePickerDialog(Context context, int theme, OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth) argument
141 DatePickerDialog(Context context, int theme, OnDateSetListener callBack, int year, int monthOfYear, int dayOfMonth, boolean yearOptional) argument
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPreloadIconDrawable.java49 public PreloadIconDrawable(Drawable icon, Theme theme) { argument
57 applyPreloaderTheme(theme);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiSetupActivity.java181 protected void onApplyThemeResource(Resources.Theme theme, int resid, boolean first) { argument
183 super.onApplyThemeResource(theme, resid, first);

Completed in 176 milliseconds