Home
last modified time | relevance | path

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

/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js269 var endCoords = {};
307 endCoords = { class in AnonymousFunction03190cd91000
327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) {
348 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
360 var endCoords = {};
404 endCoords = { class in AnonymousFunction03190cd91300
442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) {
443 endCoords = { class in AnonymousFunction03190cd91400
447 _this.touchendZoom(startCoords, endCoords, allowX, allowY);
459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) { argument
[all …]
H A Dlg-thumbnail.js304 var endCoords = 0;
332 endCoords = e.pageX;
336 tempLeft = tempLeft - (endCoords - startCoords);
359 if (Math.abs(endCoords - startCoords) < _this.core.s.swipeThreshold) {
378 var endCoords = 0;
393 endCoords = 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;
1102 var endCoords = 0;
1118 endCoords = e.originalEvent.targetTouches[0].pageX;
1119 _this.touchMove(startCoords, endCoords);
1128 _this.touchEnd(endCoords - startCoords);
1141 var endCoords = 0;
1174 endCoords = e.pageX;
1175 _this.touchMove(startCoords, endCoords);
1183 _this.touchEnd(endCoords - startCoords);
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js292 endCoords = {}, variable
303 endCoords = event.originalEvent.targetTouches[0];
315 endCoords = event.originalEvent.targetTouches[0];
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/codemirror/dist/
H A Dscripts.min.js.map1endCoords","scrollPos","calculateScrollPos","startTop","startLeft","updateScrollTop","setScrollLef…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1endCoords = this._codeEditor.getScrolledVisiblePosition(selection.getEndPosition());\n …