Searched refs:mColWidth (Results 1 – 1 of 1) sorted by relevance
26 private int mColWidth; field in SnapshotGridView44 if (widthSize > 0 && mColWidth > 0) { in onMeasure()45 int numCols = widthSize / mColWidth; in onMeasure()47 Math.min(numCols, MAX_COLUMNS) * mColWidth, in onMeasure()56 mColWidth = columnWidth; in setColumnWidth()