Searched refs:createGenericMotionEvent (Results 1 – 2 of 2) sorted by relevance
36 return createGenericMotionEvent(SOURCE_ROTARY_ENCODER, ACTION_SCROLL, coords); in createRotaryEvent()45 return createGenericMotionEvent(SOURCE_CLASS_POINTER, ACTION_SCROLL, coords); in createGenericPointerEvent()48 private static MotionEvent createGenericMotionEvent( in createGenericMotionEvent() method in MotionEventUtils
234 return createGenericMotionEvent( in createRotaryEvent()243 return createGenericMotionEvent( in createGenericPointerEvent()247 private static MotionEvent createGenericMotionEvent( in createGenericMotionEvent() method in RotaryScrollHapticsTest