Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1083 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onInterceptTouchEvent_scrollabilityAffectsResult() local
1101 int touchX = vertical ? 95 : thumbLength / 2; in onInterceptTouchEvent_scrollabilityAffectsResult()
1102 int touchY = vertical ? thumbLength / 2 : 95; in onInterceptTouchEvent_scrollabilityAffectsResult()
1142 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
1160 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1161 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java611 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
629 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
630 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()