Searched refs:colWidth (Results 1 – 1 of 1) sorted by relevance
88 val colWidth = (cellWidth - (maxCols + 1) * mCellMargin).toFloat() / maxCols.toFloat() in computeEventRect() constant89 event.left = left + col * (colWidth + mCellMargin) in computeEventRect()90 event.right = event.left + colWidth in computeEventRect()