Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java38 createScrollView(20); in testNoNeedScroll()
44 createScrollView(110); in testNeedScroll()
50 final BottomScrollView bottomScrollView = createScrollView(110); in testScrollToBottom()
60 final BottomScrollView bottomScrollView = createScrollView(110); in testScrollThreshold()
64 private BottomScrollView createScrollView(final int childHeight) { in createScrollView() method in BottomScrollViewTest
/frameworks/base/core/tests/coretests/src/android/util/
DScrollViewScenario.java232 protected ScrollView createScrollView() { in createScrollView() method in ScrollViewScenario
262 mScrollView = createScrollView(); in onCreate()