Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DBottomScrollView.java35 void onRequiresScroll(); in onRequiresScroll() method
105 listener.onRequiresScroll(); in checkScroll()
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
H A DScrollViewScrollHandlingDelegateTest.java59 scrollView.getBottomScrollListener().onRequiresScroll(); in testRequireScroll()
67 scrollView.getBottomScrollListener().onRequiresScroll(); in testScrolledToBottom()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
H A DScrollViewScrollHandlingDelegate.java57 public void onRequiresScroll() { in onRequiresScroll() method in ScrollViewScrollHandlingDelegate
/aosp12/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
H A DBottomScrollViewTest.java130 public void onRequiresScroll() { in onRequiresScroll() method in BottomScrollViewTest.TestBottomScrollListener