Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/common/
Dvariable_height_scroll_strategy.ts93 const scrollIndex = this.calculateIndexFromOffset( constant
99 scrollIndex - VariableHeightScrollStrategy.HIDDEN_ELEMENTS_TO_RENDER,
103 scrollIndex +
104 this.numberOfItemsInViewport(scrollIndex) +
112 this.scrolledIndexChangeSubject.next(scrollIndex);