Searched defs:ScrollView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DScrollView.java42 * allowing it to be larger than the physical display. A ScrollView
50 * takes care of its own scrolling, so does not require a ScrollView, but
54 * <p>ScrollView only supports vertical scrolling.
56 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
71 * code that watches for focus changes initiated outside this ScrollView
95 * True if the user is currently dragging this ScrollView around. This is
136 public ScrollView(Context context) { method in class:ScrollView
140 public ScrollView(Context context, AttributeSet attrs) { method in class:ScrollView
144 public ScrollView(Context context, AttributeSet attrs, int defStyle) { method in class:ScrollView
149 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyl
[all...]

Completed in 43 milliseconds