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