Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java117 private static float getScale(float hullArea, float boundingArea, float fullArea) { in getScale() argument
118 float hullByRect = hullArea / boundingArea; in getScale()