Searched refs:mLayoutRecords (Results 1 – 1 of 1) sorted by relevance
343 private final SparseArrayCompat<LayoutRecord> mLayoutRecords = field in StaggeredGridView1299 LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews()1343 mLayoutRecords.put(position, rec); in recreateLayoutRecord()1597 mLayoutRecords.clear();2108 mLayoutRecords.clear();2112 LayoutRecord rec = mLayoutRecords.get(i);2134 mLayoutRecords.put(i, rec);2427 LayoutRecord rec = mLayoutRecords.get(position);2430 mLayoutRecords.put(position, rec);2457 while (endAt < mLayoutRecords.size() && mLayoutRecords.keyAt(endAt) < position) {[all …]