Lines Matching defs:ScrollView

53  * 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 {
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) {
171 public ScrollView(Context context, AttributeSet attrs) {
175 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr) {
179 public ScrollView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
184 attrs, com.android.internal.R.styleable.ScrollView, defStyleAttr, defStyleRes);
251 throw new IllegalStateException("ScrollView can host only one direct child");
260 throw new IllegalStateException("ScrollView can host only one direct child");
269 throw new IllegalStateException("ScrollView can host only one direct child");
278 throw new IllegalStateException("ScrollView can host only one direct child");
285 * @return Returns true this ScrollView can be scrolled
297 * Indicates whether this ScrollView's content is stretched to fill the viewport.
308 * Indicates this ScrollView whether it should stretch its content height to fill
532 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
566 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
856 return ScrollView.class.getName();
1056 * the new visible area, the focus is reclaimed by this ScrollView.</p>
1349 /* Offset from child's local coordinates to ScrollView coordinates */
1602 mFlingStrictSpan = StrictMode.enterCriticalSpan("ScrollView-fling");