Home
last modified time | relevance | path

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

/development/tools/winscope/libs/virtualList/
DVirtualList.js236 const scrollSize = this.getScrollSize()
239 if (offset < 0 || (offset + clientSize > scrollSize + 1) || !scrollSize) {
244 this.emitEvent(offset, clientSize, scrollSize, evt)
248 emitEvent(offset, clientSize, scrollSize, evt) { argument
253 …} else if (this.virtual.isBehind() && (offset + clientSize + this.bottomThreshold >= scrollSize)) {