Searched refs:smallestScreenWidthPx (Results 1 – 1 of 1) sorted by relevance
534 final int smallestScreenWidthPx = (int) (config.smallestScreenWidthDp * density + .5f); in getCompatScale() local535 if (smallestScreenWidthPx > 1080 && !CompatChanges.isChangeEnabled( in getCompatScale()537 return smallestScreenWidthPx / 1080f; in getCompatScale()