Searched refs:mOddMonth (Results 1 – 2 of 2) sorted by relevance
123 protected boolean[] mOddMonth; field in SimpleWeekView244 mOddMonth = new boolean[mNumCells]; in setWeekParams()290 mOddMonth [i] = (time.month %2) == 1; in setWeekParams()
633 if (!mOddMonth[i]) { in drawBackground()634 while (++i < mOddMonth.length && !mOddMonth[i]) in drawBackground()641 } else if (!mOddMonth[(i = mOddMonth.length - 1)]) { in drawBackground()642 while (--i >= offset && !mOddMonth[i]) in drawBackground()