Home
last modified time | relevance | path

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

/packages/apps/Launcher3/iconloaderlib/src/com/android/launcher3/icons/
DBaseIconFactory.java53 private final boolean mShapeDetection; field in BaseIconFactory
61 mShapeDetection = shapeDetection; in BaseIconFactory()
91 mNormalizer = new IconNormalizer(mContext, mIconBitmapSize, mShapeDetection); in getNormalizer()