Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java114 private int mFocusedMonthDateColor; field in CalendarViewLegacyDelegate
281 mFocusedMonthDateColor = a.getColor( in CalendarViewLegacyDelegate()
372 if (mFocusedMonthDateColor != color) { in setFocusedMonthDateColor()
373 mFocusedMonthDateColor = color; in setFocusedMonthDateColor()
386 return mFocusedMonthDateColor; in getFocusedMonthDateColor()
1462 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()
1480 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()