Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DFlattenDrawableTest.cpp161 RootDrawable(CompoundDrawable* compoundDrawable, IntDrawable* intDrawable, in RootDrawable()
175 sk_sp<SkFlattenable> compoundDrawable( in CreateProc() local
196 CompoundDrawable* compoundDrawable() const { return fCompoundDrawable.get(); } in compoundDrawable() function in RootDrawable
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/
DIconUtil.java46 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local
/aosp_15_r20/packages/apps/TvSystemUI/src/com/android/systemui/tv/media/settings/
DIconUtil.java51 LayerDrawable compoundDrawable = new LayerDrawable(new Drawable[] {container, icon}); in getCompoundIcon() local