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

/frameworks/base/core/java/android/widget/
H A DScrollView.java50 * allowing it to be larger than the physical display. A ScrollView
56 * <p>You should never use a ScrollView with a {@link ListView}, because
60 * list of items to fill up the infinite container supplied by ScrollView.
62 * takes care of its own scrolling, so does not require a ScrollView, but
66 * <p>ScrollView only supports vertical scrolling. For horizontal scrolling,
71 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
76 private static final String TAG = "ScrollView";
104 * True if the user is currently dragging this ScrollView around. This is
157 public ScrollView(Context context) { method in class:ScrollView
161 public ScrollView(Contex method in class:ScrollView
165 public ScrollView(Context context, AttributeSet attrs, int defStyle) { method in class:ScrollView
[all...]

Completed in 56 milliseconds