Searched refs:BOUND_RATIO_MARGIN (Results 1 – 1 of 1) sorted by relevance
61 private static final float BOUND_RATIO_MARGIN = .05f; field in IconNormalizer168 if (Math.abs(iconRatio - 1) > BOUND_RATIO_MARGIN) { in isShape()