Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1054 int touchY = vertical ? 50 : 95; in onInterceptHoverEvent_scrollabilityAffectsResult() local
1056 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onInterceptHoverEvent_scrollabilityAffectsResult()
1110 int touchY = vertical ? thumbLength / 2 : 95; in onInterceptTouchEvent_scrollabilityAffectsResult() local
1111 MotionEvent event = EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_DOWN, in onInterceptTouchEvent_scrollabilityAffectsResult()
1169 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
1171 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java644 final int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
646 EventUtils.generateMouseEvent(touchX, touchY, MotionEvent.ACTION_HOVER_ENTER, 0); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()