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

/frameworks/base/core/java/android/widget/
H A DScrollView.java39 * allowing it to be larger than the physical display. A ScrollView
47 * takes care of its own scrolling, so does not require a ScrollView, but
51 * <p>ScrollView only supports vertical scrolling.
53 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
54 static final String TAG = "ScrollView";
68 * code that watches for focus changes initiated outside this ScrollView
92 * True if the user is currently dragging this ScrollView around. This is
118 public ScrollView(Context context) { method in class:ScrollView
122 public ScrollView(Context context, AttributeSet attrs) { method in class:ScrollView
126 public ScrollView(Contex method in class:ScrollView
[all...]

Completed in 82 milliseconds