Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DRequireScrollHelperTest.java48 mScrollView.listener.onRequiresScroll(); in testRequireScroll()
58 mScrollView.listener.onRequiresScroll(); in testScrolledToBottom()
75 mScrollView.listener.onRequiresScroll(); in testClickScrollButton()
DBottomScrollViewTest.java121 public void onRequiresScroll() { in onRequiresScroll() method in BottomScrollViewTest.TestBottomScrollListener
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DBottomScrollView.java35 void onRequiresScroll(); in onRequiresScroll() method
99 mListener.onRequiresScroll(); in checkScroll()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DRequireScrollHelper.java74 public void onRequiresScroll() { in onRequiresScroll() method in RequireScrollHelper