Searched refs:CALC_TYPE (Results 1 – 1 of 1) sorted by relevance
5 const CALC_TYPE = { variable28 this.calcType = CALC_TYPE.INIT93 if (this.calcType === CALC_TYPE.INIT) {95 this.calcType = CALC_TYPE.FIXED96 } else if (this.calcType === CALC_TYPE.FIXED && this.fixedSizeValue !== size) {97 this.calcType = CALC_TYPE.DYNAMIC103 if (this.calcType !== CALC_TYPE.FIXED && typeof this.firstRangeTotalSize !== 'undefined') {230 return this.calcType === CALC_TYPE.FIXED