Searched refs:mNumCells (Results 1 – 1 of 1) sorted by relevance
1212 private int mNumCells; field in CalendarViewLegacyDelegate.WeekView1241 mNumCells = mShowWeekNumber ? mDaysPerWeek + 1 : mDaysPerWeek; in init()1249 mDayNumbers = new String[mNumCells]; in init()1250 mFocusDay = new boolean[mNumCells]; in init()1268 for (; i < mNumCells; i++) { in init()1349 end = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth; in getDayFromLocation()1351 start = mShowWeekNumber ? mWidth / mNumCells : 0; in getDayFromLocation()1383 int cellSize = mWidth / mNumCells; in getBoundsForDate()1386 (mShowWeekNumber ? (mNumCells - i - 2) : (mNumCells - i - 1)); in getBoundsForDate()1429 mTempRect.left = mShowWeekNumber ? mWidth / mNumCells : 0; in drawBackground()[all …]