Searched refs:ICON_VISIBLE_AREA_FACTOR (Results 1 – 3 of 3) sorted by relevance
24 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;118 int iconVisibleSize = Math.round(ICON_VISIBLE_AREA_FACTOR * dp.iconSizePx); in onMeasure()
18 import static com.android.launcher3.icons.IconNormalizer.ICON_VISIBLE_AREA_FACTOR;71 private static float sNormalizationScale = ICON_VISIBLE_AREA_FACTOR;
66 public static final float ICON_VISIBLE_AREA_FACTOR = 0.92f; field in IconNormalizer