Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java61 private static final float BOUND_RATIO_MARGIN = .05f; field in IconNormalizer
168 if (Math.abs(iconRatio - 1) > BOUND_RATIO_MARGIN) { in isShape()