Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DBottomScrollViewTest.java46 createScrollView(20); in testNoNeedScroll()
52 createScrollView(110); in testNeedScroll()
58 final BottomScrollView bottomScrollView = createScrollView(110); in testScrollToBottom()
68 final BottomScrollView bottomScrollView = createScrollView(110); in testScrollThreshold()
72 private BottomScrollView createScrollView(final int childHeight) { in createScrollView() method in BottomScrollViewTest
/frameworks/base/core/tests/coretests/src/android/widget/
DScrollViewScenario.java233 protected ScrollView createScrollView() { in createScrollView() method in ScrollViewScenario
263 mScrollView = createScrollView(); in onCreate()