Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java116 private int mUnfocusedMonthDateColor; field in CalendarViewLegacyDelegate
283 mUnfocusedMonthDateColor = a.getColor( in CalendarViewLegacyDelegate()
391 if (mUnfocusedMonthDateColor != color) { in setUnfocusedMonthDateColor()
392 mUnfocusedMonthDateColor = color; in setUnfocusedMonthDateColor()
405 return mUnfocusedMonthDateColor; in getUnfocusedMonthDateColor()
1463 : mUnfocusedMonthDateColor); in drawWeekNumbersAndDates()
1481 : mUnfocusedMonthDateColor); in drawWeekNumbersAndDates()