Searched refs:LayoutRecord (Results 1 – 1 of 1) sorted by relevance
280 private static final class LayoutRecord { class in StaggeredGridView343 private final SparseArrayCompat<LayoutRecord> mLayoutRecords =344 new SparseArrayCompat<LayoutRecord>();1299 LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews()1341 private LayoutRecord recreateLayoutRecord(int position, View child, LayoutParams lp) { in recreateLayoutRecord()1342 final LayoutRecord rec = new LayoutRecord(); in recreateLayoutRecord()2112 LayoutRecord rec = mLayoutRecords.get(i);2133 rec = new LayoutRecord();2427 LayoutRecord rec = mLayoutRecords.get(position);2429 rec = new LayoutRecord();[all …]