Searched refs:fillResIconDpi (Results 1 – 2 of 2) sorted by relevance
159 private SimpleIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in SimpleIconFactory() argument165 mFillResIconDpi = fillResIconDpi; in SimpleIconFactory()
638 protected ShapeIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in ShapeIconFactory() argument639 super(context, fillResIconDpi, iconBitmapSize, true /* shapeDetection */); in ShapeIconFactory()