Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DSimpleIconFactory.java459 private static final float LINEAR_SCALE_SLOPE = field in SimpleIconFactory
586 scaleRequired = MAX_SQUARE_AREA_FACTOR + LINEAR_SCALE_SLOPE * (1 - hullByRect); in getScale()