Searched refs:LayoutRecord (Results 1 – 1 of 1) sorted by relevance
135 private static final class LayoutRecord { class in StaggeredGridView194 private final SparseArrayCompat<LayoutRecord> mLayoutRecords =195 new SparseArrayCompat<LayoutRecord>();517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews()812 final LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren()844 LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren()846 rec = new LayoutRecord(); in layoutChildren()908 LayoutRecord rec; in fillUp()918 rec = new LayoutRecord(); in fillUp()1022 LayoutRecord rec; in fillDown()[all …]