Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DDayPickerView.java137 final ColorStateList monthColor = ta.getColorStateList(0); in DayPickerView() local
138 if (monthColor != null) { in DayPickerView()
139 mPrevButton.setImageTintList(monthColor); in DayPickerView()
140 mNextButton.setImageTintList(monthColor); in DayPickerView()