Home | History | Annotate | Download | only in front_end

Lines Matching defs:pinchUpdate

408         function pinchUpdate()
413 InputAgent.dispatchGestureEvent("pinchUpdate", this._lastPinchAnchor.x, this._lastPinchAnchor.y, timeStamp, 0, 0, scale / this._lastPinchScale);
443 pinchUpdate.call(this);
458 InputAgent.dispatchGestureEvent("pinchUpdate", convertedPosition.x, convertedPosition.y, timeStamp, 0, 0, scale);