Searched refs:shapeDetection (Results 1 – 3 of 3) sorted by relevance
62 public static LauncherIcons obtain(Context context, boolean shapeDetection) { in obtain() argument76 shapeDetection); in obtain()91 boolean shapeDetection) { in LauncherIcons() argument92 super(context, fillResIconDpi, iconBitmapSize, shapeDetection); in LauncherIcons()
55 boolean shapeDetection) { in BaseIconFactory() argument57 mShapeDetection = shapeDetection; in BaseIconFactory()
88 IconNormalizer(Context context, int iconBitmapSize, boolean shapeDetection) { in IconNormalizer() argument114 mEnableShapeDetection = shapeDetection; in IconNormalizer()