Searched defs:ATTRS_TEXT_COLOR (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DDayPickerView.java45 private static final int[] ATTRS_TEXT_COLOR = new int[] { R.attr.textColor }; field in class:DayPickerView
138 ATTRS_TEXT_COLOR, 0, monthTextAppearanceResId);
H A DDatePickerCalendarDelegate.java59 private static final int[] ATTRS_TEXT_COLOR = new int[] { field in class:DatePickerCalendarDelegate
134 ATTRS_TEXT_COLOR, 0, monthHeaderTextAppearance);
H A DTimePickerClockDelegate.java80 private static final int[] ATTRS_TEXT_COLOR = new int[] {R.attr.textColor}; field in class:TimePickerClockDelegate
192 ATTRS_TEXT_COLOR, 0, timeHeaderTextAppearance);

Completed in 424 milliseconds