Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/MultiWindowPlayground/src/com/android.multiwindowplayground/activities/
DLoggingActivity.java150 View scrollView = findViewById(R.id.scrollview); in setBackgroundColor() local
151 if (scrollView != null) { in setBackgroundColor()
152 scrollView.setBackgroundResource(colorId); in setBackgroundColor()
/development/samples/SupportVectorDrawable/animated/src/com/example/android/support/vectordrawable/app/
DAnimatedButtonBackground.java48 ScrollView scrollView = new ScrollView(this); in onCreate() local
50 scrollView.addView(container); in onCreate()
82 setContentView(scrollView); in onCreate()
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
DMainActivity.java121 final ScrollView scrollView = (ScrollView) findViewById(R.id.scroll); in scroll() local
122 scrollView.post(new Runnable() { in scroll()
125 scrollView.fullScroll(scrollDirection); in scroll()
/development/samples/SupportVectorDrawable/static/src/com/example/android/support/vectordrawable/app/
DSimpleButtonBackground.java81 ScrollView scrollView = new ScrollView(this); in onCreate() local
83 scrollView.addView(container); in onCreate()
123 setContentView(scrollView); in onCreate()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java168 ViewParent scrollView = parent.getParent();
169 if (scrollView != null && scrollView instanceof ScrollView) {
170 ((ScrollView) scrollView).fullScroll(FOCUS_DOWN);