Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java78 private boolean mEnableShapeDetection; field in IconNormalizer
114 mEnableShapeDetection = shapeDetection; in IconNormalizer()
342 if (outMaskShape != null && mEnableShapeDetection && outMaskShape.length > 0) { in getScale()