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