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

/frameworks/base/core/java/android/widget/
H A DScrollView.java53 * allowing it to be larger than the physical display. A ScrollView
59 * <p>You should never use a ScrollView with a {@link ListView}, because
63 * list of items to fill up the infinite container supplied by ScrollView.
65 * takes care of its own scrolling, so does not require a ScrollView, but
69 * <p>ScrollView only supports vertical scrolling. For horizontal scrolling,
74 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
79 private static final String TAG = "ScrollView";
107 * True if the user is currently dragging this ScrollView around. This is
167 public ScrollView(Context context) { method in class:ScrollView
171 public ScrollView(Contex method in class:ScrollView
175 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ScrollView
179 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ScrollView
[all...]

Completed in 72 milliseconds