Home
last modified time | relevance | path

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

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