Home | History | Annotate | Download | only in calendar

Lines Matching defs:onScroll

47  *    since a change the dataset in a listview forces a call to OnScroll. The needed code is
69 // This code is needed only if dataset changes do not force a call to OnScroll
132 // OnScroll
140 // to OnScroll
167 * Sets an external OnScroll listener. Since the StickyHeaderListView sets
182 // This code is needed only if dataset changes do not force a call to OnScroll
201 // This code is needed only if dataset changes do not force a call to OnScroll
228 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount,
234 mListener.onScroll(view, firstVisibleItem, visibleItemCount, totalItemCount);
364 // This code is needed only if dataset changes do not force a call to OnScroll