Lines Matching refs:ScrollView
4 * The scrollview-base module provides a basic ScrollView Widget, without scrollbar indicators
55 * ScrollView provides a scrollable widget, supporting flick gestures, across both touch and mouse based devices.
57 * @class ScrollView
62 function ScrollView() {
63 ScrollView.superclass.constructor.apply(this, arguments);
66 Y.ScrollView = Y.extend(ScrollView, Y.Widget, {
68 // Y.ScrollView prototype
266 TRANS = ScrollView._TRANSITION,
270 easing = easing || ScrollView.EASING;
361 * <p>Used to control whether or not ScrollView's internal
377 * the ScrollView to be notified as expected.</p>
630 * Used to move the ScrollView content
643 easing = easing || this._snapToEdge ? ScrollView.SNAP_EASING : null;
681 TRANS = ScrollView._TRANSITION;
711 CLASS_NAMES = ScrollView.CLASS_NAMES,
894 step = ScrollView.FRAME_STEP;
995 range = ScrollView.BOUNCE_RANGE,
1040 // Y.ScrollView static properties
1129 * Enable/Disable dragging the ScrollView content (note: flick support is enabled/disabled separately)