Searched refs:getFooterViewsCount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java369 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
615 final int footerViewsStart = mItemCount - getFooterViewsCount();
H A DAbsListView.java5061 final int footerViewsStart = mItemCount - getFooterViewsCount();
5176 int getFooterViewsCount() { method in class:AbsListView
H A DListView.java393 public int getFooterViewsCount() { method in class:ListView

Completed in 75 milliseconds