Home
last modified time | relevance | path

Searched refs:mLayoutRecords (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DStaggeredGridView.java343 private final SparseArrayCompat<LayoutRecord> mLayoutRecords = field in StaggeredGridView
1299 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 …]