Home | History | Annotate | Download | only in robolectric

Lines Matching refs:ShadowAnimationSet

142                 ShadowAnimationSet.class,
444 public static ShadowAnimationSet shadowOf(AnimationSet instance) {
445 return (ShadowAnimationSet) shadowOf_(instance);