Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java55 private static final float LINEAR_SCALE_SLOPE = field in IconNormalizer
123 scaleRequired = MAX_SQUARE_AREA_FACTOR + LINEAR_SCALE_SLOPE * (1 - hullByRect); in getScale()