Searched refs:monochromeDrawable (Results 1 – 3 of 3) sorted by relevance
397 Drawable monochromeDrawable = ((AdaptiveIconDrawable) drawable).getMonochrome(); in crateMonochromeDrawable() local399 if (monochromeDrawable != null) { in crateMonochromeDrawable()400 return new InsetDrawable(monochromeDrawable, inset); in crateMonochromeDrawable()
207 @Nullable Drawable foregroundDrawable, @Nullable Drawable monochromeDrawable) { in AdaptiveIconDrawable() argument215 if (monochromeDrawable != null) { in AdaptiveIconDrawable()216 addLayer(MONOCHROME_ID, createChildDrawable(monochromeDrawable)); in AdaptiveIconDrawable()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...