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