Searched refs:addFooterView (Results 1 – 2 of 2) sorted by relevance
109 public void addFooterView(View footerView, Object data, boolean isSelectable) { in addFooterView() method in ShadowListView116 public void addFooterView(View footerView) { in addFooterView() method in ShadowListView117 addFooterView(footerView, null, false); in addFooterView()
130 listView.addFooterView(new View(null)); in addFooterView_ShouldThrowIfAdapterIsAlreadySet()142 listView.addFooterView(view0); in addFooterView_ShouldRecordFooters()143 listView.addFooterView(view1); in addFooterView_ShouldRecordFooters()153 listView.addFooterView(view); in addFooterView_shouldAttachTheViewToTheList()163 listView.addFooterView(footer); in setAdapter_shouldNotClearHeaderOrFooterViews()175 listView.addFooterView(new View(null)); in testGetFooterViewsCount()176 listView.addFooterView(new View(null)); in testGetFooterViewsCount()