Home
last modified time | relevance | path

Searched refs:colWidth (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DEventGeometry.kt88 val colWidth = (cellWidth - (maxCols + 1) * mCellMargin).toFloat() / maxCols.toFloat() in computeEventRect() constant
89 event.left = left + col * (colWidth + mCellMargin) in computeEventRect()
90 event.right = event.left + colWidth in computeEventRect()