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.java1045 int touchX = vertical ? 95 : 50; in onInterceptHoverEvent_scrollabilityAffectsResult() local
1048 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult()
1101 int touchX = vertical ? 95 : thumbLength / 2; in onInterceptTouchEvent_scrollabilityAffectsResult() local
1103 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult()
1160 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
1163 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java633 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
636 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()