HomeSort by relevance Sort by last modified time
    Searched defs:addFooterView (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/widget/
ListView.java 324 * Add a fixed view to appear at the bottom of the list. If addFooterView is
336 public void addFooterView(View v, Object data, boolean isSelectable) {
351 * Add a fixed view to appear at the bottom of the list. If addFooterView is called more
360 public void addFooterView(View v) {
361 addFooterView(v, null, true);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageList.java 282 addFooterView(mMailboxId, -1, -1);
300 addFooterView(-1, accountId, mailboxType);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1620 milliseconds