Home
last modified time | relevance | path

Searched refs:getScrollThreshold (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java66 public int getScrollThreshold() { in getScrollThreshold() method in BottomScrollView
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java61 assertEquals("Scroll threshold should be 10", 10, bottomScrollView.getScrollThreshold()); in testScrollThreshold()