Searched refs:mLastValidHeightIndex (Results 1 – 1 of 1) sorted by relevance
53 private int mLastValidHeightIndex = 0; field in ScrollableLayoutManager138 mLastValidHeightIndex = 0; in getItemsHeight()145 if (untilIndex <= mLastValidHeightIndex) { in getItemsHeight()149 int totalItemsHeight = mTotalHeightCache[mLastValidHeightIndex]; in getItemsHeight()150 for (int i = mLastValidHeightIndex; i < untilIndex; i++) { in getItemsHeight()154 mLastValidHeightIndex = untilIndex; in getItemsHeight()167 mLastValidHeightIndex = 0; in invalidateScrollCache()