Searched refs:generateMouseEvent (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | EventUtils.java | 25 public static MotionEvent generateMouseEvent(int x, int y, int action, int buttonState) { in generateMouseEvent() method in EventUtils
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 495 MotionEvent event = EventUtils.generateMouseEvent(x, y, MotionEvent.ACTION_HOVER_ENTER, 0); in onHoverEvent_awakensScrollBars() 521 EventUtils.generateMouseEvent(x, y, MotionEvent.ACTION_HOVER_MOVE, 0); in testMouseEventCallsGetPointerIcon() 535 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_MOVE, 0); in testAccessPointerIcon() 583 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_MOVE, 0); in testPointerIconOverlap() 646 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 1891 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener() 1901 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener() 1908 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener()
|
D | ViewGroupTest.java | 1056 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult() 1111 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult() 1171 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
|