Home
last modified time | relevance | path

Searched refs:ATTRS_TEXT_COLOR (Results 1 – 3 of 3) sorted by relevance

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