Searched refs:TintedDrawableSpan (Results 1 – 2 of 2) sorted by relevance
28 public class TintedDrawableSpan extends DynamicDrawableSpan { class33 public TintedDrawableSpan(Context context, int resourceId) { in TintedDrawableSpan() method in TintedDrawableSpan
84 import com.android.launcher3.graphics.TintedDrawableSpan;543 spanned.setSpan(new TintedDrawableSpan(context, iconRes), in prefixTextWithIcon()