Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java118 private int mUnfocusedMonthDateColor; field in CalendarViewLegacyDelegate
285 mUnfocusedMonthDateColor = a.getColor( in CalendarViewLegacyDelegate()
393 if (mUnfocusedMonthDateColor != color) { in setUnfocusedMonthDateColor()
394 mUnfocusedMonthDateColor = color; in setUnfocusedMonthDateColor()
407 return mUnfocusedMonthDateColor; in getUnfocusedMonthDateColor()
1465 : mUnfocusedMonthDateColor); in drawWeekNumbersAndDates()
1483 : mUnfocusedMonthDateColor); in drawWeekNumbersAndDates()