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

/frameworks/base/core/java/android/widget/
H A DFastScroller.java164 private int mHeaderCount; field in class:FastScroller
959 mHeaderCount = ((HeaderViewListAdapter) adapter).getHeadersCount();
1070 ExpandableListView.getPackedPositionForGroup(targetIndex + mHeaderCount)),
1073 ((ListView) mList).setSelectionFromTop(targetIndex + mHeaderCount, 0);
1075 mList.setSelection(targetIndex + mHeaderCount);
1083 ExpandableListView.getPackedPositionForGroup(index + mHeaderCount)), 0);
1085 ((ListView)mList).setSelectionFromTop(index + mHeaderCount, 0);
1087 mList.setSelection(index + mHeaderCount);
1272 firstVisibleItem -= mHeaderCount;
1276 totalItemCount -= mHeaderCount;
[all...]

Completed in 183 milliseconds