Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 3 of 3) 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/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/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);