Lines Matching refs:movingShapes

41119 	        topAdjustments.movingShapes,
41129 bottomAdjustments.movingShapes,
47140 function getWaypointsUpdatingConnections(movingShapes, resizingShapes) { argument
47143 forEach(movingShapes.concat(resizingShapes), function(shape) {
47151 if (includes$3(movingShapes, source) ||
47152 includes$3(movingShapes, target) ||
47310 movingShapes = context.movingShapes,
47327 self.makeSpace(movingShapes, resizingShapes, delta, direction, start);
47392 SpaceTool.prototype.makeSpace = function(movingShapes, resizingShapes, delta, direction, start) { argument
47393 return this._modeling.createSpace(movingShapes, resizingShapes, delta, direction, start);
47469 var movingShapes = [],
47482 return movingShapes.push(element);
47496 movingShapes: movingShapes,
47569 var movingShapes = elements.movingShapes,
47587 !includes$2(movingShapes, child) &&
47593 return !isConnection$7(child) && !isLabel$2(child) && includes$2(movingShapes, child);
47765 movingShapes = context.movingShapes,
47789 addPreviewGfx(movingShapes, dragGroup);
47795 forEach(movingShapes, function(shape) {
47805 forEach(movingShapes, function(shape) {
47923 movingShapes = context.movingShapes,
47931 forEach(movingShapes, function(shape) {
50471 movingShapes = context.movingShapes,
50477 this.moveShapes(movingShapes, delta);
50489 getWaypointsUpdatingConnections(movingShapes, resizingShapes),
50493 movingShapes,
50538 movingShapes, argument
50543 affectedShapes = movingShapes.concat(resizingShapes);
50579 if (includes$1(movingShapes, source)) {
50581 } else if (includes$1(movingShapes, target)) {
51263 …Modeling$1.prototype.createSpace = function(movingShapes, resizingShapes, delta, direction, start)… argument
51267 movingShapes: movingShapes, property in AnonymousFunctionf8d14cd15cd00.context
51790 adjustments.movingShapes,
51983 …spaceTool.makeSpace(adjustments.movingShapes, adjustments.resizingShapes, { x: 0, y: change }, dir…
51997 …spaceTool.makeSpace(adjustments.movingShapes, adjustments.resizingShapes, { x: change, y: 0 }, dir…