Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1041 int touchX = vertical ? 95 : 50; in onInterceptHoverEvent_scrollabilityAffectsResult() local
1044 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult()
1097 int touchX = vertical ? 95 : thumbLength / 2; in onInterceptTouchEvent_scrollabilityAffectsResult() local
1099 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult()
1156 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
1159 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java625 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
628 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()