Searched refs:iconBitmapSize (Results 1 – 2 of 2) sorted by relevance
159 private SimpleIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in SimpleIconFactory() argument163 mIconBitmapSize = iconBitmapSize; in SimpleIconFactory()172 mMaxSize = iconBitmapSize * 2; in SimpleIconFactory()183 mDefaultBlurMaskFilter = new BlurMaskFilter(iconBitmapSize * BLUR_FACTOR, in SimpleIconFactory()
638 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory() argument639 super(context, fillResIconDpi, iconBitmapSize, true /* shapeDetection */); in ShapeIconFactory()