HomeSort by relevance Sort by last modified time
    Searched refs:LayoutRecord (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 82 * Whenever layout parameters for a known LayoutRecord change, other LayoutRecords before
135 private static final class LayoutRecord {
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();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 106 * Whenever layout parameters for a known LayoutRecord change, other LayoutRecords before
280 private static final class LayoutRecord {
327 String result = "LayoutRecord{c=" + column + ", id=" + id + " h=" + height +
343 private final SparseArrayCompat<LayoutRecord> mLayoutRecords =
344 new SparseArrayCompat<LayoutRecord>();
    [all...]

Completed in 91 milliseconds