Searched refs:mOtherMonthColor (Results 1 – 1 of 1) sorted by relevance
164 protected int mOtherMonthColor; field in SimpleWeekView177 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()