Lines Matching refs:y

7046 			var diff_y = pos.y - this.config.pos.y;
7207 this.config.marker.style.top = source.pos.y + "px";
7231 var x = 0, y = 0;
7235 y = e.pageY;
7238 y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
7240 return {x: x, y: y};
11212 if(scrollState.x || scrollState.y){
11213 this.scrollTo(scrollState.x, scrollState.y);
11746 var dataHeight = this._scroll_state().y;
11759 y: false, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f10e00.createLayoutFacade.result
11781 result.y = verState.size;
11792 …return { x:state.x_pos, y:state.y_pos, inner_width:state.x, inner_height:state.y, width: state.x_i…
12235 if(!(+visible_date == +new_date && new_pos.y == pos.y)){
12239 if(pos.y)
12240 gantt.scrollTo(undefined, pos.y);
14836 …var y = Math.abs(Math.floor(((window.innerHeight || document.documentElement.offsetHeight) - box.o…
14840 box.style.top = y + 'px';
15229 startPos.y = eventPos.y;
15256 y: event.clientY property in module.exports.autoscrollInterval.eventPos
15273 var posY = eventPos.y - box.y;
15276 var scrollTop = need_scroll(posY, box.height, startPos.y - box.y);
15280 var currentScrollTop = scrollState.y,
15338 scrollTop = scrollState.y + top;
17040 gantt.scrollTo(scroll_state.x + dx, scroll_state.y + dy);
17044 (scroll_state.y != new_scroll_state.y && dx > 2 * dy )) {
18855 y: this.$state.height, property in Grid.getSize.size
18903 y: scrollTop,
19627 var y = e.pos.y - 10;
19631 if (y < pos.y) y = pos.y;
19633 if (y > pos.y + gridHeight - config.row_height) y = pos.y + gridHeight - config.row_height;
19636 pos.y = y;
19642 var y = e.pageY - pos.y + (grid.$state.scrollTop || 0);
19643 if (y < 0)
19644 y = 0;
19645 return y;
19647 dnd._getTaskByY = gantt.bind(function (y, dropIndex) { argument
19652 y = y || 0;
19654 var index = Math.floor(y / config.row_height);
19671 dd.marker.style.top = pos.y + "px";
19868 var y = domHelpers.getRelativeEventPosition(e, grid.$grid_data).y;
19871 y = y || 0;
19873 if(y < 0){
19877 var index = Math.floor(y / grid.getItemHeight());
19892 var eventTop = domHelpers.getRelativeEventPosition(e, grid.$grid_data).y;
20040 root.marker.style.top = markerPos.y + "px";
20071 markerLine.style.top = (linePos.y - 2) + "px";
20078 var pos = gridToPageCoordinates({x: 0, y: grid.getItemTop(id)}, grid);
20082 markerFolder.style.top = pos.y + "px";
20090 var pos = {x:0, y:0}; property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f1e500.getLineMarkerPosition.pos
20104 pos.y = itemTop;
20112 pos.y = itemTop + itemHeight + childCount*itemHeight;
20114 pos.y = itemTop + itemHeight;
20126 pos.y += gridPos.y - grid.$grid_data.scrollTop;
20136 var y = ePos.y - 10;
20140 if (y < pos.y) y = pos.y;
20142 if (y > pos.y + gridHeight - config.row_height) y = pos.y + gridHeight - config.row_height;
20145 pos.y = y;
20493 var y = topCont.offsetHeight;
20497 y = document.body.offsetHeight;
20505 if (y < topSize.minHeight) {
20506 y = topSize.minHeight;
20508 if (y > topSize.maxHeight) {
20509 y = topSize.maxHeight;
20511 this.setSize(x, y);
20658 Cell.prototype.setSize = function (x, y) { argument
20660 this.$view.style.height = y + "px";
20663 var contentY = y - borders.vertical;
20666 this.$lastSize = { x: x, y: y, contentX: contentX, contentY: contentY }; property in Cell.setSize.$lastSize
20723 header.style.width = size.y + "px";
20724 var d = Math.floor(size.y / 2 - size.x / 2);
21213 var res = {x:false, y:false}; property in Layout._getAutosizeMode.res
21215 res.x = res.y = true;
21217 res.y = true;
21236 if(res.y){
21424 Layout.prototype.setSize = function (x, y) { argument
21426 _super.prototype.setSize.call(this, x, y); argument
21427 y = this.$lastSize.contentY;
21433 this._free = this._xLayout ? x : y;
21500 dy = y - padding * 2; // layout height without paddings
22015 if(res.y) return true;//no vertical scroll, must not block scrolling
22119 ViewCell.prototype._setContentSize = function(x, y){ argument
22125 if(typeof y === "number"){
22126 var outerY = y + borders.vertical;
22131 ViewCell.prototype.setSize = function(x, y){ argument
22132 _super.prototype.setSize.call(this, x, y); argument
22223 ViewLayout.prototype.setSize = function (x, y) { argument
22224 Cell.prototype.setSize.call(this, x, y); argument
22390 gantt.callEvent("onGanttScroll", [oldPos, scrollState.y, newPos, scrollState.y]);
22927 var dy = pt.e_y - pt.y;
22986 var top = point.y;
23053 y = v.y + (config.row_height - wrapper_size) / 2;
23057 top: y,
23066 top: y,
23075 top: y - v.size,
23084 top: y /*- wrapper_size/2*/,
23158 y: from.y, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f20700.createLinkRender.drawer._get_line.vect
23164 vect.size = Math.abs(from.y - to.y);
23174 } else if (to.y > from.y) {
23204 point = {x: point.x, y: point.y};
23214 point.y -= diff;
23217 point.y += diff;
23228 var dy = pt.e_y - pt.y;
23234 this.point({x: pt.x, y: pt.y});
23341 y: from.top,
24507 if(box.top > viewport.y_end || box.top + box.height < viewport.y){
24666 var pos = {x: taskPos.x, y: taskPos.y}; property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f21700.initLinksDND.getLinePos.pos
24672 pos.y += gantt.config.row_height/2;
24689 y: pos.top, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f21700.initLinksDND.getMilestonePosition.res
24700 res.yEnd = res.y + res.height;
24742 y: oldPos.y + offsetY, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f21700.initLinksDND.getPosition.position
24744 bottom: oldPos.y + markerSize.height + offsetY + scrollSize,
24749 position.y = viewportSize.bottom - markerSize.height - offsetY;
24802 this._dir_end.y += window.scrollY;
24818 showDirectingLine(this._dir_start.x, this._dir_start.y, this._dir_end.x, this._dir_end.y);
24876 marker.style.top = pos.y + "px";
24999 showDirectingLine(this._dir_start.x, this._dir_start.y, this._dir_end.x, this._dir_end.y);
25750 dy = oldPos.y - newPos.y;
25767 y: sY
25902 drag.start_y = pos.y;
26299 y: this.isVisible() ? this.$config.height : 0,
26351 y: scrollTop,
26811 var y = this.getItemTop(task.id);
26815 top: y,
29198 …return { y: Math.round(top), x: Math.round(left), width:elem.offsetWidth, height:elem.offsetHeight…
29411 y: ev.clientY + d.scrollTop - d.clientTop - box.y + node.scrollTop