Searched refs:scrollView (Results 1 – 3 of 3) sorted by relevance
150 View scrollView = findViewById(R.id.scrollview); in setBackgroundColor() local151 if (scrollView != null) { in setBackgroundColor()152 scrollView.setBackgroundResource(colorId); in setBackgroundColor()
121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll); in scroll() local122 scrollView.post(new Runnable() { in scroll()125 scrollView.fullScroll(scrollDirection); in scroll()
168 ViewParent scrollView = parent.getParent();169 if (scrollView != null && scrollView instanceof ScrollView) {170 ((ScrollView) scrollView).fullScroll(FOCUS_DOWN);