Home | History | Annotate | Download | only in calendar

Lines Matching refs:mCellHeight

83     private int mCellHeight;
332 int row = (y - WEEK_GAP) / (WEEK_GAP + mCellHeight);
693 int row = (y - WEEK_GAP) / (WEEK_GAP + mCellHeight);
760 int y = WEEK_GAP + row * (WEEK_GAP + mCellHeight) - 1;
798 int y = WEEK_GAP + row*(WEEK_GAP + mCellHeight);
804 r.bottom = y + mCellHeight;
1068 mCellHeight = (height - (6 * WEEK_GAP)) / 6;
1070 .setHourHeight((mCellHeight - BUSY_BITS_MARGIN * 2 - TEXT_TOP_MARGIN) / 24.0f);