Searched refs:ShadowMotionEvent (Results 1 – 3 of 3) sorted by relevance
17 public class ShadowMotionEvent { class35 … ShadowMotionEvent shadowMotionEvent = (ShadowMotionEvent) Robolectric.shadowOf_(motionEvent); in obtain()
17 private ShadowMotionEvent shadowMotionEvent;
254 ShadowMotionEvent.class, in getDefaultShadowClasses()757 public static ShadowMotionEvent shadowOf(MotionEvent other) { in shadowOf()758 return (ShadowMotionEvent) Robolectric.shadowOf_(other); in shadowOf()