Searched refs:predictScrollItemHeight (Results 1 – 4 of 4) sorted by relevance
25 protected override predictScrollItemHeight(entry: TransactionsEntry): number { method in TransactionsScrollStrategy
25 protected override predictScrollItemHeight(entry: TransitionsEntry): number { method in TransitionsScrollStrategy
27 protected override predictScrollItemHeight(entry: ProtologEntry): number { method in ProtologScrollStrategy
195 const predictedHeight = this.predictScrollItemHeight(item);215 protected abstract predictScrollItemHeight(entry: object): number; method in VariableHeightScrollStrategy