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