Searched refs:embedShadow (Results 1 – 1 of 1) sorted by relevance
49 private IconDrawableFactory(Context context, boolean embedShadow) { in IconDrawableFactory() argument55 mEmbedShadow = embedShadow; in IconDrawableFactory()121 public static IconDrawableFactory newInstance(Context context, boolean embedShadow) { in newInstance() argument122 return new IconDrawableFactory(context, embedShadow); in newInstance()