Searched refs:getThumbLength (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ScrollBarUtils.java | 23 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/ |
D | ViewGroupTest.java | 1079 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onInterceptTouchEvent_scrollabilityAffectsResult() 1138 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
|
D | ViewTest.java | 607 int thumbLength = ScrollBarUtils.getThumbLength(1, 10, 100, range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
|