Home | History | Annotate | Download | only in calendar

Lines Matching refs:mCellWidth

104     private int mCellWidth;
333 int col = (x - mBorder) / (MONTH_DAY_GAP + mCellWidth);
694 int column = (x - mBorder) / (MONTH_DAY_GAP + mCellWidth);
764 int x = mBorder + column * (MONTH_DAY_GAP + mCellWidth) - 1;
799 int x = mBorder + column*(MONTH_DAY_GAP + mCellWidth);
803 r.right = x + mCellWidth;
1071 mCellWidth = (width - (6 * MONTH_DAY_GAP)) / 7;
1072 mBorder = (width - 6 * (mCellWidth + MONTH_DAY_GAP) - mCellWidth) / 2;