Home | History | Annotate | Download | only in widget

Lines Matching defs:colWidth

379         final int colWidth = mCellWidth;
386 final int colCenter = colWidth * col + colWidth / 2;
412 final int colWidth = mCellWidth;
419 final int colCenter = colWidth * col + colWidth / 2;
731 final int colWidth = mCellWidth;
734 left = getWidth() - getPaddingRight() - (col + 1) * colWidth;
736 left = getPaddingLeft() + col * colWidth;
745 outBounds.set(left, top, left + colWidth, top + rowHeight);