Home
last modified time | relevance | path

Searched refs:createGenericMotionEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DMotionEventUtils.java36 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
/frameworks/base/core/tests/coretests/src/android/view/
DRotaryScrollHapticsTest.java234 return createGenericMotionEvent( in createRotaryEvent()
243 return createGenericMotionEvent( in createGenericPointerEvent()
247 private static MotionEvent createGenericMotionEvent( in createGenericMotionEvent() method in RotaryScrollHapticsTest