Searched refs:getScrollToIndex (Results 1 – 3 of 3) sorted by relevance
120 expect(presenter.getScrollToIndex()).toBeUndefined();127 expect(presenter.getScrollToIndex()).toBeUndefined();134 expect(presenter.getScrollToIndex()).toEqual(0);140 expect(presenter.getScrollToIndex()).toEqual(1);148 expect(presenter.getScrollToIndex()).toEqual(3);155 expect(presenter.getScrollToIndex()).toEqual(1);168 expect(presenter.getScrollToIndex()).toEqual(0);175 expect(presenter.getScrollToIndex()).toEqual(1);183 expect(presenter.getScrollToIndex()).toEqual(0);190 expect(presenter.getScrollToIndex()).toEqual(0);[all …]
171 this.uiData.scrollToIndex = this.logPresenter.getScrollToIndex();181 this.uiData.scrollToIndex = this.logPresenter.getScrollToIndex();287 this.uiData.scrollToIndex = this.logPresenter.getScrollToIndex();310 this.uiData.scrollToIndex = this.logPresenter.getScrollToIndex();361 this.uiData.scrollToIndex = this.logPresenter.getScrollToIndex();
69 getScrollToIndex(): number | undefined { method in LogPresenter