Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js268 var startCoords = {};
287 startCoords = { class in AnonymousFunction03190cd90f00
327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
359 var startCoords = {};
381 startCoords = { class in AnonymousFunction03190cd91200
442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) {
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument
464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
[all …]
H A Dlg-thumbnail.js303 var startCoords = 0;
315 startCoords = e.pageX;
336 tempLeft = tempLeft - (endCoords - startCoords);
359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
377 var startCoords = 0;
385 startCoords = e.originalEvent.targetTouches[0].pageX;
400 tempLeft = tempLeft - (endCoords - startCoords);
422 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
H A Dlightgallery.js1047 Plugin.prototype.touchMove = function(startCoords, endCoords) { argument
1049 var distance = endCoords - startCoords;
1101 var startCoords = 0;
1111 startCoords = e.originalEvent.targetTouches[0].pageX;
1119 _this.touchMove(startCoords, endCoords);
1128 _this.touchEnd(endCoords - startCoords);
1140 var startCoords = 0;
1153 startCoords = e.pageX;
1175 _this.touchMove(startCoords, endCoords);
1183 _this.touchEnd(endCoords - startCoords);
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js291 startCoords = {}, variable
304 startCoords.pageX = event.originalEvent.targetTouches[0].pageX;
305 startCoords.pageY = event.originalEvent.targetTouches[0].pageY;
319 vDistance = endCoords.pageY - startCoords.pageY;
331 hDistance = endCoords.pageX - startCoords.pageX;
390 vDistance = endCoords.pageY - startCoords.pageY;
391 hDistance = endCoords.pageX - startCoords.pageX;
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1startCoords = this._codeEditor.getScrolledVisiblePosition(selection.getStartPosition());\n …