Home | History | Annotate | Download | only in widget

Lines Matching defs:OnScrollListener

465     private OnScrollListener mOnScrollListener;
601 * The last scroll state reported to clients through {@link OnScrollListener}.
603 private int mLastScrollState = OnScrollListener.SCROLL_STATE_IDLE;
744 public interface OnScrollListener {
1463 public void setOnScrollListener(OnScrollListener l) {
3495 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
4072 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4093 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4098 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4102 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4116 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4128 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4259 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4296 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
4489 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4543 * {@link android.widget.AbsListView.OnScrollListener}, if any. The state change
4576 * {@link OnScrollListener#SCROLL_STATE_IDLE}.
4600 reportScrollStateChange(OnScrollListener.SCROLL_STATE_TOUCH_SCROLL);
4641 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4695 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
4964 reportScrollStateChange(OnScrollListener.SCROLL_STATE_FLING);
5464 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
7532 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
7558 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);
7619 reportScrollStateChange(OnScrollListener.SCROLL_STATE_IDLE);