Searched defs:compoundDrawable (Results 1 – 3 of 3) sorted by relevance
161 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()175 sk_sp<SkFlattenable> compoundDrawable( in CreateProc() local196 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); } in compoundDrawable() function in RootDrawable
46 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local
51 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local