Home
last modified time | relevance | path

Searched refs:onItemCountChanged (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DFastScroller.java512 public void onItemCountChanged(int childCount, int itemCount) { in onItemCountChanged() method in FastScroller
DAbsListView.java2155 mFastScroll.onItemCountChanged(getChildCount(), mItemCount); in onLayout()