Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java144 Rect hullBounds = region.getBounds(); in normalizeAdaptiveIcon() local
150 hullBounds.left / sizeF, in normalizeAdaptiveIcon()
151 hullBounds.top / sizeF, in normalizeAdaptiveIcon()
152 1 - (hullBounds.right / sizeF), in normalizeAdaptiveIcon()
153 1 - (hullBounds.bottom / sizeF)); in normalizeAdaptiveIcon()