HomeSort by relevance Sort by last modified time
    Searched defs:ShadowMotionEvent (Results 1 - 7 of 7) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMotionEvent.java 17 public class ShadowMotionEvent {
35 ShadowMotionEvent shadowMotionEvent = (ShadowMotionEvent) Robolectric.shadowOf_(motionEvent);
36 shadowMotionEvent.x[0] = x;
37 shadowMotionEvent.y[0] = y;
38 shadowMotionEvent.action = action;
39 shadowMotionEvent.downTime = downTime;
40 shadowMotionEvent.eventTime = eventTime;
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 43 milliseconds