Searched refs:EventUtils (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | EventUtils.java | 23 public class EventUtils { class
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupTest.java | 75 import android.view.cts.util.EventUtils; 1044 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult() 1099 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult() 1159 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
|
D | ViewTest.java | 96 import android.view.cts.util.EventUtils; 467 MotionEvent event = EventUtils.generateMouseEvent(x, y, MotionEvent.ACTION_HOVER_ENTER, 0); in onHoverEvent_awakensScrollBars() 628 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 1821 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener() 1831 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener() 1838 EventUtils.generateMouseEvent(0, 0, MotionEvent.ACTION_HOVER_ENTER, 0); in testSetOnGenericMotionListener()
|