Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java116 private int mFocusedMonthDateColor; field in CalendarViewLegacyDelegate
283 mFocusedMonthDateColor = a.getColor( in CalendarViewLegacyDelegate()
374 if (mFocusedMonthDateColor != color) { in setFocusedMonthDateColor()
375 mFocusedMonthDateColor = color; in setFocusedMonthDateColor()
388 return mFocusedMonthDateColor; in getFocusedMonthDateColor()
1464 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()
1482 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()