Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegateTest.java59 scrollView.getBottomScrollListener().onRequiresScroll(); in testRequireScroll()
67 scrollView.getBottomScrollListener().onRequiresScroll(); in testScrolledToBottom()
70 scrollView.getBottomScrollListener().onScrolledToBottom(); in testScrolledToBottom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java67 public BottomScrollListener getBottomScrollListener() { in getBottomScrollListener() method in BottomScrollView