Searched refs:mMonthNumOtherColor (Results 1 – 1 of 1) sorted by relevance
153 protected int mMonthNumOtherColor; field in MonthWeekEventsView321 mMonthNumOtherColor = res.getColor(R.color.month_day_number_other); in loadColors()324 mMonthNameOtherColor = mMonthNumOtherColor; in loadColors()698 mMonthNumPaint.setColor(isFocusMonth ? mMonthNumColor : mMonthNumOtherColor); in drawWeekNums()710 mMonthNumPaint.setColor(isFocusMonth ? mMonthNumColor : mMonthNumOtherColor); in drawWeekNums()