Searched refs:mCachedSizes (Results 1 – 2 of 2) sorted by relevance
40 protected final SparseIntArray mCachedSizes = new SparseIntArray(); field in ScrollableLayoutManager81 if (mCachedSizes.get(viewType, -1) != size) { in updateCachedSize()84 mCachedSizes.put(viewType, size); in updateCachedSize()163 return heightUntilLastPos + mCachedSizes.get(adapter.getItemViewType(position)); in incrementTotalHeight()
177 : (heightUntilLastPos + mCachedSizes.get(item.viewType)); in incrementTotalHeight()