Searched refs:windowWidthDp (Results 1 – 1 of 1) sorted by relevance
162 int windowWidthDp = (int) (windowWidthPx / metrics.density); in getNumColumns() local163 if (windowWidthDp < COLUMN_COUNT_THRESHOLD_DP) { in getNumColumns()