Searched refs:ATTRS_DISABLED_ALPHA (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java61 private static final int[] ATTRS_DISABLED_ALPHA = new int[] { field in class:DatePickerCalendarDelegate
210 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
H A DTimePickerClockDelegate.java81 private static final int[] ATTRS_DISABLED_ALPHA = new int[] {R.attr.disabledAlpha}; field in class:TimePickerClockDelegate
374 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);

Completed in 203 milliseconds