Searched refs:firstCell (Results 1 – 1 of 1) sorted by relevance
65 public void onScroll(AbsListView view, int firstCell, int cellCount, int itemCount) { in onScroll() argument66 int last = firstCell + cellCount - 1; in onScroll()67 mText.setText("Showing " + firstCell + "-" + last + "/" + itemCount); in onScroll()