Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DSnapshotGridView.java26 private int mColWidth; field in SnapshotGridView
44 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()