Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java88 IconNormalizer(Context context, int iconBitmapSize, boolean shapeDetection) { in IconNormalizer() argument
114 mEnableShapeDetection = shapeDetection; in IconNormalizer()
DBaseIconFactory.java110 boolean shapeDetection) { in BaseIconFactory() argument
112 mShapeDetection = shapeDetection; in BaseIconFactory()