Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DCalendarViewLegacyDelegate.java1178 private boolean[] mFocusDay; field in CalendarViewLegacyDelegate.WeekView
1250 mFocusDay = new boolean[mNumCells]; in init()
1270 mFocusDay[i] = isFocusedDay; in init()
1462 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()
1480 mMonthNumDrawPaint.setColor(mFocusDay[i] ? mFocusedMonthDateColor in drawWeekNumbersAndDates()