Searched refs:thumbLength (Results 1 – 2 of 2) sorted by relevance
1091 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onInterceptTouchEvent_scrollabilityAffectsResult() local1109 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() local1168 int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()1169 int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
625 final int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() local643 final int touchX = vertical ? 95 : thumbLength / 2; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()644 final int touchY = vertical ? thumbLength / 2 : 95; in onResolvePointerIcon_scrollabilityAffectsPointerIcon()