Searched refs:getScrollThreshold (Results 1 – 2 of 2) sorted by relevance
66 public int getScrollThreshold() { in getScrollThreshold() method in BottomScrollView
61 assertEquals("Scroll threshold should be 10", 10, bottomScrollView.getScrollThreshold()); in testScrollThreshold()