Searched refs:compoundDrawable (Results 1 – 1 of 1) sorted by relevance
53 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local54 compoundDrawable.setLayerGravity(0, Gravity.CENTER); in getCompoundIcon()55 compoundDrawable.setLayerGravity(1, Gravity.CENTER); in getCompoundIcon()56 compoundDrawable.setLayerInset(1, INSET, INSET, INSET, INSET); in getCompoundIcon()57 return compoundDrawable; in getCompoundIcon()