Home
last modified time | relevance | path

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

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