Home
last modified time | relevance | path

Searched refs:onRequiresScroll (Results 1 – 4 of 4) 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()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java35 void onRequiresScroll(); in onRequiresScroll() method
105 listener.onRequiresScroll(); in checkScroll()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegate.java57 public void onRequiresScroll() { in onRequiresScroll() method in ScrollViewScrollHandlingDelegate
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java130 public void onRequiresScroll() { in onRequiresScroll() method in BottomScrollViewTest.TestBottomScrollListener