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

/frameworks/base/core/java/android/widget/
H A DExpandableListView.java252 final int lastChildFlPos = mItemCount - getFooterViewsCount() - headerViewsCount - 1;
486 final int footerViewsStart = mItemCount - getFooterViewsCount();
H A DAbsListView.java4865 final int footerViewsStart = mItemCount - getFooterViewsCount();
4970 int getFooterViewsCount() { method in class:AbsListView
H A DListView.java375 public int getFooterViewsCount() { method in class:ListView

Completed in 1673 milliseconds