Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DScrollableLayoutManager.java53 private int mLastValidHeightIndex = 0; field in ScrollableLayoutManager
138 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()