Home
last modified time | relevance | path

Searched refs:lastTouchStartPosition (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/resources/touch_ntp/standalone/
Dstandalone_hack.js383 var lastTouchStartPosition;
389 lastTouchStartPosition = { variable
404 if (Math.abs(t.clientX - lastTouchStartPosition.x) > DRAG_DISTANCE ||
405 Math.abs(t.clientY - lastTouchStartPosition.y) > DRAG_DISTANCE) {