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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java373 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
619 final int footerViewsStart = mItemCount - getFooterViewsCount();
H A DListView.java400 public int getFooterViewsCount() { method in class:ListView
H A DAbsListView.java4920 final int footerViewsStart = mItemCount - getFooterViewsCount();
5031 int getFooterViewsCount() { method in class:AbsListView

Completed in 100 milliseconds