Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java62 public static LauncherIcons obtain(Context context, boolean shapeDetection) { in obtain() argument
76 shapeDetection); in obtain()
91 boolean shapeDetection) { in LauncherIcons() argument
92 super(context, fillResIconDpi, iconBitmapSize, shapeDetection); in LauncherIcons()
/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java55 boolean shapeDetection) { in BaseIconFactory() argument
57 mShapeDetection = shapeDetection; in BaseIconFactory()
DIconNormalizer.java88 IconNormalizer(Context context, int iconBitmapSize, boolean shapeDetection) { in IconNormalizer() argument
114 mEnableShapeDetection = shapeDetection; in IconNormalizer()