Searched refs:scrollView (Results 1 – 2 of 2) sorted by relevance
164 final ScrollView scrollView = getParentScrollView(targetView); in scrollViewToTop() local165 SchedulingUtils.doAfterLayout(scrollView, new Runnable() { in scrollViewToTop()168 ScrollView scrollView = getParentScrollView(targetView); in scrollViewToTop()169 scrollView.smoothScrollTo(0, offsetFromTopOfViewGroup(targetView, scrollView) in scrollViewToTop()170 + scrollView.getScrollY()); in scrollViewToTop()174 View view = scrollView.findFocus(); in scrollViewToTop()
118 final View scrollView = findViewById(R.id.suw_bottom_scroll_view); in onPostCreate() local119 scrollView.setVerticalFadingEdgeEnabled(true); in onPostCreate()120 scrollView.setFadingEdgeLength(scrollView.getVerticalFadingEdgeLength() * 2); in onPostCreate()