Searched refs:embedShadow (Results 1 – 1 of 1) sorted by relevance
44 private IconDrawableFactory(Context context, boolean embedShadow) { in IconDrawableFactory() argument49 mEmbedShadow = embedShadow; in IconDrawableFactory()109 public static IconDrawableFactory newInstance(Context context, boolean embedShadow) { in newInstance() argument110 return new IconDrawableFactory(context, embedShadow); in newInstance()