Home
last modified time | relevance | path

Searched refs:getThumbLength (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/util/
DScrollBarUtils.java23 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength() method in ScrollBarUtils
/cts/tests/tests/view/src/android/view/cts/
DViewGroupTest.java1083 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onInterceptTouchEvent_scrollabilityAffectsResult()
1142 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
DViewTest.java611 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()