Searched defs:foregroundDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java182 * @param foregroundDrawable drawable that should be rendered in the foreground
185 Drawable foregroundDrawable) {
190 if (foregroundDrawable != null) {
191 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable));
184 AdaptiveIconDrawable(Drawable backgroundDrawable, Drawable foregroundDrawable) argument

Completed in 58 milliseconds