Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/month/
DSimpleWeekView.java163 protected int mFocusMonthColor; field in SimpleWeekView
176 mFocusMonthColor = res.getColor(R.color.month_mini_day_number); in SimpleWeekView()
328 mMonthNumPaint.setColor(mFocusMonthColor); in initView()
447 mMonthNumPaint.setColor(isFocusMonth ? mFocusMonthColor : mOtherMonthColor); in drawWeekNums()
452 mMonthNumPaint.setColor(isFocusMonth ? mFocusMonthColor : mOtherMonthColor); in drawWeekNums()