Searched refs:scrollToIndex (Results 1 – 7 of 7) sorted by relevance
273 this.uiData.scrollToIndex !== undefined &&276 this.uiData.entries[this.uiData.scrollToIndex].time.formattedValue()278 this.scrollComponent.scrollToIndex(this.uiData.scrollToIndex);316 this.scrollComponent.scrollToIndex(this.uiData.currentEntryIndex);
123 expect(assertDefined(outputUiData).scrollToIndex).toEqual(13);296 expect(assertDefined(outputUiData).scrollToIndex).toEqual(undefined); // no scrolling301 expect(assertDefined(outputUiData).scrollToIndex).toEqual(undefined);311 expect(assertDefined(outputUiData).scrollToIndex).toEqual(newIndex);362 expect(uiData.scrollToIndex).toEqual(0);
34 public scrollToIndex: undefined | number, property in UiData
119 this.uiData.scrollToIndex = this.uiData.currentEntryIndex;181 this.uiData.scrollToIndex = undefined; // no scrolling190 this.uiData.scrollToIndex = index;
214 this.scrollComponent.scrollToIndex(this.uiData.currentMessageIndex);238 this.scrollComponent.scrollToIndex(this.uiData.currentMessageIndex);
75 viewport.scrollToIndex(i);
79 scrollToIndex(index: number) { method in VariableHeightScrollStrategy