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