Searched refs:ShadowAnimationSet (Results 1 – 3 of 3) sorted by relevance
14 public class ShadowAnimationSet extends ShadowAnimation { class
20 private ShadowAnimationSet shadow;
142 ShadowAnimationSet.class, in getDefaultShadowClasses()444 public static ShadowAnimationSet shadowOf(AnimationSet instance) { in shadowOf()445 return (ShadowAnimationSet) shadowOf_(instance); in shadowOf()