Home
last modified time | relevance | path

Searched refs:generateMouseEvent (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/util/
DEventUtils.java25 public static MotionEvent generateMouseEvent(int x, int y, int eventType, int buttonState) { in generateMouseEvent() method in EventUtils
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1048 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult()
1103 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult()
1163 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java471 MotionEvent event = EventUtils.generateMouseEvent(x, y, MotionEvent.ACTION_HOVER_ENTER, 0); in onHoverEvent_awakensScrollBars()
636 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1829 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener()
1839 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener()
1846 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener()