Home
last modified time | relevance | path

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

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