Searched refs:mPreLayoutSpanIndexCache (Results 1 – 1 of 1) sorted by relevance
56 final SparseIntArray mPreLayoutSpanIndexCache = new SparseIntArray(); field in GridLayoutManager160 mPreLayoutSpanIndexCache.clear(); in clearPreLayoutSpanMappingCache()169 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex()); in cachePreLayoutSpanMapping()293 final int cached = mPreLayoutSpanIndexCache.get(pos, -1); in getSpanIndex()