Searched refs:colWidth (Results 1 – 1 of 1) sorted by relevance
100 float colWidth = (float) (cellWidth - (maxCols + 1) * mCellMargin) / (float) maxCols; in computeEventRect() local101 event.left = left + col * (colWidth + mCellMargin); in computeEventRect()102 event.right = event.left + colWidth; in computeEventRect()