Lines Matching defs:ScrollView

50  * 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 {
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) {
161 public ScrollView(Context context, AttributeSet attrs) {
165 public ScrollView(Context context, AttributeSet attrs, int defStyle) {
170 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0);
237 throw new IllegalStateException("ScrollView can host only one direct child");
246 throw new IllegalStateException("ScrollView can host only one direct child");
255 throw new IllegalStateException("ScrollView can host only one direct child");
264 throw new IllegalStateException("ScrollView can host only one direct child");
271 * @return Returns true this ScrollView can be scrolled
283 * Indicates whether this ScrollView's content is stretched to fill the viewport.
294 * Indicates this ScrollView whether it should stretch its content height to fill
510 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
544 mScrollStrictSpan = StrictMode.enterCriticalSpan("ScrollView-scroll");
810 info.setClassName(ScrollView.class.getName());
828 event.setClassName(ScrollView.class.getName());
1001 * the new visible area, the focus is reclaimed by this ScrollView.</p>
1292 /* Offset from child's local coordinates to ScrollView coordinates */
1545 mFlingStrictSpan = StrictMode.enterCriticalSpan("ScrollView-fling");