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.java1091 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onInterceptTouchEvent_scrollabilityAffectsResult() local
1109 int touchX = vertical ? 95 : thumbLength / 2; in onInterceptTouchEvent_scrollabilityAffectsResult()
1110 int touchY = vertical ? thumbLength / 2 : 95; in onInterceptTouchEvent_scrollabilityAffectsResult()
1150 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
1168 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1169 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java625 final int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local
643 final int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
644 final int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()