Searched refs:ShadowColorDrawable (Results 1 – 2 of 2) sorted by relevance
11 public class ShadowColorDrawable extends ShadowDrawable { class26 ShadowColorDrawable that = shadowOf((ColorDrawable)o); in equals()
168 ShadowColorDrawable.class, in getDefaultShadowClasses()533 public static ShadowColorDrawable shadowOf(ColorDrawable instance) { in shadowOf()534 return (ShadowColorDrawable) shadowOf_(instance); in shadowOf()