Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java240 @Nullable Path path, @Nullable boolean[] outMaskShape) { in getScale() argument
342 if (outMaskShape != null && mEnableShapeDetection && outMaskShape.length > 0) { in getScale()
343 outMaskShape[0] = isShape(path); in getScale()