Home | History | Annotate | Download | only in widget

Lines Matching full:listview

26  * ListAdapter used when a ListView has header views. This ListAdapter
37 // They are indeed created when declared in ListView and then shared.
38 ArrayList<ListView.FixedViewInfo> mHeaderViewInfos;
39 ArrayList<ListView.FixedViewInfo> mFooterViewInfos;
43 static final ArrayList<ListView.FixedViewInfo> EMPTY_INFO_LIST =
44 new ArrayList<ListView.FixedViewInfo>();
50 public HeaderViewListAdapter(ArrayList<ListView.FixedViewInfo> headerViewInfos,
51 ArrayList<ListView.FixedViewInfo> footerViewInfos,
85 private boolean areAllListInfosSelectable(ArrayList<ListView.FixedViewInfo> infos) {
87 for (ListView.FixedViewInfo info : infos) {
98 ListView.FixedViewInfo info = mHeaderViewInfos.get(i);
115 ListView.FixedViewInfo info = mFooterViewInfos.get(i);