Home
last modified time | relevance | path

Searched refs:CALC_TYPE (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/libs/virtualList/
Dvirtual.js5 const CALC_TYPE = { variable
28 this.calcType = CALC_TYPE.INIT
93 if (this.calcType === CALC_TYPE.INIT) {
95 this.calcType = CALC_TYPE.FIXED
96 } else if (this.calcType === CALC_TYPE.FIXED && this.fixedSizeValue !== size) {
97 this.calcType = CALC_TYPE.DYNAMIC
103 if (this.calcType !== CALC_TYPE.FIXED && typeof this.firstRangeTotalSize !== 'undefined') {
230 return this.calcType === CALC_TYPE.FIXED