Searched defs:addFooterView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DListView.java350 * Add a fixed view to appear at the bottom of the list. If addFooterView is
365 public void addFooterView(View v, Object data, boolean isSelectable) { method in class:ListView
388 * Add a fixed view to appear at the bottom of the list. If addFooterView is
401 public void addFooterView(View v) { method in class:ListView
402 addFooterView(v, null, true);
3613 * @see #addFooterView(android.view.View)

Completed in 73 milliseconds