Home
last modified time | relevance | path

Searched refs:onRequiresScroll (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java34 void onRequiresScroll(); in onRequiresScroll() method
98 mListener.onRequiresScroll(); in checkScroll()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegateTest.java66 mListenerCaptor.getValue().onRequiresScroll(); in testRequireScroll()
74 mListenerCaptor.getValue().onRequiresScroll(); in testScrolledToBottom()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegate.java61 public void onRequiresScroll() { in onRequiresScroll() method in ScrollViewScrollHandlingDelegate
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java132 public void onRequiresScroll() { in onRequiresScroll() method in BottomScrollViewTest.TestBottomScrollListener