Home | History | Annotate | Download | only in calendar

Lines Matching refs:mCellWidth

193     private int mCellWidth;
732 mCellWidth = (gridAreaWidth - (mNumDays * DAY_GAP)) / mNumDays;
866 int eventAreaWidth = mNumDays * (mCellWidth + DAY_GAP);
1432 r.right = mHoursWidth + mNumDays * (mCellWidth + DAY_GAP);
1449 r.left = mHoursWidth + daynum * (mCellWidth + DAY_GAP);
1450 r.right = r.left + mCellWidth;
1458 int deltaX = mCellWidth + DAY_GAP;
1462 if (mDateStrWidth < mCellWidth) {
1516 r.right = r.left + mCellWidth - 2 * CURRENT_TIME_LINE_SIDE_BUFFER;
1537 int deltaX = mCellWidth + DAY_GAP;
1587 r.left = mHoursWidth + daynum * (mCellWidth + DAY_GAP);
1588 r.right = r.left + mCellWidth;
1757 float xCenter = x + mCellWidth / 2.0f;
1813 float stopX = mHoursWidth + (mCellWidth + DAY_GAP) * mNumDays;
1825 float deltaX = mCellWidth + DAY_GAP;
1826 float x = mHoursWidth + mCellWidth;
1894 box.left = mHoursWidth + daynum * (mCellWidth + DAY_GAP);
1895 box.right = box.left + mCellWidth + DAY_GAP;
1909 r.right = r.left + mNumDays * (mCellWidth + DAY_GAP);
1926 float deltaX = mCellWidth + DAY_GAP;
1927 float x = mHoursWidth + mCellWidth;
1965 event.left = left + startIndex * (mCellWidth + DAY_GAP) + 2;
1966 event.right = left + endIndex * (mCellWidth + DAY_GAP) + mCellWidth - 1;
1997 left = mHoursWidth + daynum * (mCellWidth + DAY_GAP) + 1;
1998 float right = left + mCellWidth + DAY_GAP - 1;
2099 int cellWidth = mCellWidth;
3137 int day = (x - mHoursWidth) / (mCellWidth + DAY_GAP);
3172 int cellWidth = mCellWidth;