Searched defs:FixedViewInfo (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DListView.java99 public class FixedViewInfo { class in class:ListView
108 private ArrayList<FixedViewInfo> mHeaderViewInfos = Lists.newArrayList();
109 private ArrayList<FixedViewInfo> mFooterViewInfos = Lists.newArrayList();
266 final FixedViewInfo info = new FixedViewInfo();
332 private void removeFixedViewInfo(View v, ArrayList<FixedViewInfo> where) {
335 FixedViewInfo info = where.get(i);
360 final FixedViewInfo info = new FixedViewInfo();
533 private void clearRecycledState(ArrayList<FixedViewInfo> info
[all...]

Completed in 63 milliseconds