Searched refs:getHitIndex_ (Results 1 – 1 of 1) sorted by relevance
272 FileGrid.prototype.getHitIndex_ = function(coordinate, step, threshold) { method in FileGrid294 var horizontalStartIndex = this.getHitIndex_(296 var horizontalEndIndex = Math.min(this.columns, this.getHitIndex_(298 var verticalStartIndex = this.getHitIndex_(300 var verticalEndIndex = this.getHitIndex_(