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

/frameworks/base/core/java/android/widget/
H A DScrollView.java77 public class ScrollView extends FrameLayout { class in inherits:FrameLayout
82 private static final String TAG = "ScrollView";
110 * True if the user is currently dragging this ScrollView around. This is
172 public ScrollView(Context context) { method in class:ScrollView
176 public ScrollView(Context context, AttributeSet attrs) { method in class:ScrollView
180 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ScrollView
184 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ScrollView
189 attrs, com.android.internal.R.styleable.ScrollView, defStyleAttr, defStyleRes);
261 throw new IllegalStateException("ScrollView can host only one direct child");
270 throw new IllegalStateException("ScrollView ca
[all...]

Completed in 48 milliseconds