Searched refs:mLayoutRecords (Results 1 – 1 of 1) sorted by relevance
194 private final SparseArrayCompat<LayoutRecord> mLayoutRecords = field in StaggeredGridView517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i); in recycleOffscreenViews()675 mLayoutRecords.clear(); in populate()812 final LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren()844 LayoutRecord rec = mLayoutRecords.get(position); in layoutChildren()847 mLayoutRecords.put(position, rec); in layoutChildren()859 while (endAt < mLayoutRecords.size() && mLayoutRecords.keyAt(endAt) < position) { in invalidateLayoutRecordsBeforePosition()862 mLayoutRecords.removeAtRange(0, endAt); in invalidateLayoutRecordsBeforePosition()866 int beginAt = mLayoutRecords.size() - 1; in invalidateLayoutRecordsAfterPosition()867 while (beginAt >= 0 && mLayoutRecords.keyAt(beginAt) > position) { in invalidateLayoutRecordsAfterPosition()[all …]