Home | History | Annotate | Download | only in elements

Lines Matching refs:swipe

96  * The maximum swipe distance that will trigger hintText of a key
104 * The boolean to decide if it is swipe in process or finished.
120 * A structure to track the current swipe status.
124 * The latest PointerMove event in the swipe.
130 * Whether or not a swipe changes direction.
150 * The PointerMove event which triggered the swipe.
162 * Current swipe direction.
168 * The number of times we've swiped within a single swipe.
180 // Checks for horizontal swipe.
188 // Checks for vertical swipe.
200 * Populates the swipe update details.
202 * swipe.
218 * Reset all the values when swipe finished.
234 * Updates the swipe path with the current event.
236 * @return {boolean} Whether or not to notify swipe observers.
251 // If swipeIndex is zero the current event is triggering the swipe.
258 // Update the swipe tracker.
404 * Handles a swipe update.
405 * param {Object} detail The swipe update details.
410 console.error("Swipe direction cannot be: " + direction);
411 // Triggers swipe editting if it's a purely horizontal swipe.
413 // Nothing to do if the swipe has ended.
426 // Triggers swipe hintText if it's a purely vertical swipe.
432 // Too long a swipe.
444 * This function is bound to swipeHandler. Updates the current swipe
445 * status so that PointerEvents can be converted to Swipe events.
451 // Conversion was successful, swipe is now in progress.
553 * Enable the selection while swipe.
558 // TODO(rsadam): Disabled for now. May come back if we revert swipe
563 * Handles pointerdown event. This is used for swipe selection process.
565 * to start handling the swipe selection event.
617 // When pointer up from the screen, a swipe selection session finished,
628 * Handles PointerOut event. This is used for when a swipe gesture goes
641 // Touched outside of the keyboard area, so disables swipe.