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