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