Home
last modified time | relevance | path

Searched refs:compoundDrawable (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DIconUtil.java53 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local
54 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()