Home
last modified time | relevance | path

Searched refs:getOnTouchEventMotionEvent (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowScaleGestureDetectorTest.java31 assertSame(motionEvent, shadowOf(detector).getOnTouchEventMotionEvent()); in test_getOnTouchEventMotionEvent()
63 assertSame(motionEvent, shadowOf(detector).getOnTouchEventMotionEvent()); in test_reset()
71 assertNull(shadowOf(detector).getOnTouchEventMotionEvent()); in assertDefaults()
DShadowGestureDetectorTest.java36 assertSame(motionEvent, shadowOf(detector).getOnTouchEventMotionEvent()); in test_getOnTouchEventMotionEvent()
42 assertSame(motionEvent, shadowOf(detector).getOnTouchEventMotionEvent()); in test_reset()
45 assertNull(shadowOf(detector).getOnTouchEventMotionEvent()); in test_reset()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScaleGestureDetector.java31 public MotionEvent getOnTouchEventMotionEvent() { in getOnTouchEventMotionEvent() method in ShadowScaleGestureDetector
DShadowGestureDetector.java52 public MotionEvent getOnTouchEventMotionEvent() { in getOnTouchEventMotionEvent() method in ShadowGestureDetector