Lines Matching full:dragging
24 * behavior will NOT perform the actual dragging (redrawing the element)
100 // enableDrag defaults to false, set to true to permit dragging.
103 // Fired when an element is held for a period of time. Prevents dragging
167 * For TOUCH_START and DRAG START events, set to true to enable dragging or
168 * false to disable dragging.
399 * Begin tracking the touchable element, it is eligible for dragging.
407 * Stop tracking the touchable element, it is no longer dragging.
461 // the user is dragging something, an accidental second touch could be
499 // Dragging was not enabled, nothing more to do
502 // We want dragging notifications
575 // Dispatch the DRAG_START event and record whether dragging should be
578 // if dragging should be permitted.
693 // used for dragging.
797 // since the common implementation of touch dragging relies on it). Since
826 // Drag events don't bubble - we're really just dragging the element,