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

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

Completed in 87 milliseconds