Searched refs:LayoutRecord (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java82 * Whenever layout parameters for a known LayoutRecord change, other LayoutRecords before
135 private static final class LayoutRecord { class in class:StaggeredGridView
182 String result = "LayoutRecord{c=" + column + ", id=" + id + " h=" + height +
194 private final SparseArrayCompat<LayoutRecord> mLayoutRecords =
195 new SparseArrayCompat<LayoutRecord>();
517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i);
812 final LayoutRecord rec = mLayoutRecords.get(position);
844 LayoutRecord rec = mLayoutRecords.get(position);
846 rec = new LayoutRecord();
908 LayoutRecord re
[all...]

Completed in 76 milliseconds