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

/frameworks/base/core/java/android/widget/
H A DScrollView.java45 * allowing it to be larger than the physical display. A ScrollView
53 * takes care of its own scrolling, so does not require a ScrollView, but
57 * <p>ScrollView only supports vertical scrolling.
61 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
92 * True if the user is currently dragging this ScrollView around. This is
143 public ScrollView(Context context) { method in class:ScrollView
147 public ScrollView(Context context, AttributeSet attrs) { method in class:ScrollView
151 public ScrollView(Context context, AttributeSet attrs, int defStyle) { method in class:ScrollView
156 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0);
223 throw new IllegalStateException("ScrollView ca
[all...]

Completed in 37 milliseconds