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

/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridScrollListener.java61 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) { method in class:GridScrollListener
H A DGridScrollListenerTest.java102 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) { method in class:GridScrollListenerTest
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListener.java65 public void onScroll(AbsListView view, int firstCell, int cellCount, int itemCount) { method in class:ListScrollListener
H A DListScrollListenerTest.java97 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, int totalItemCount) { method in class:ListScrollListenerTest
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackActivity.java56 public boolean onScroll(MotionEvent e1, MotionEvent e2, method in class:PlaybackActivity.TouchFrameChangeListener
66 return super.onScroll(e1, e2, distanceX, distanceY);
/frameworks/base/core/java/android/view/
H A DGestureDetector.java81 * @param e2 The move motion event that triggered the current onScroll.
83 * call to onScroll. This is NOT the distance between {@code e1}
86 * call to onScroll. This is NOT the distance between {@code e1}
90 boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY); method in interface:GestureDetector.OnGestureListener
166 public boolean onScroll(MotionEvent e1, MotionEvent e2, method in class:GestureDetector.SimpleOnGestureListener
560 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY);
572 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java330 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY);
342 handled = mListener.onScroll(mCurrentDownEvent, ev, scrollX, scrollY);
/frameworks/base/services/java/com/android/server/display/
H A DOverlayDisplayWindow.java340 public boolean onScroll(MotionEvent e1, MotionEvent e2,
/frameworks/base/core/java/android/widget/
H A DCalendarView.java1072 public void onScroll(
1075 CalendarView.this.onScroll(view, firstVisibleItem, visibleItemCount,
1181 private void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, method in class:CalendarView
H A DListPopupWindow.java1291 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, method in class:ListPopupWindow.PopupScrollListener
H A DFastScroller.java440 void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, method in class:FastScroller
H A DGallery.java174 * If true, this onScroll is the first for this user's drag (remember, a
1011 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { method in class:Gallery
H A DAbsListView.java731 public void onScroll(AbsListView view, int firstVisibleItem, int visibleItemCount, method in interface:AbsListView.OnScrollListener
1337 mFastScroller.onScroll(this, mFirstPosition, getChildCount(), mItemCount);
1340 mOnScrollListener.onScroll(this, mFirstPosition, getChildCount(), mItemCount);
/frameworks/ex/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java243 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { method in class:PhotoView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java245 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { method in class:PhotoView
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java410 public boolean onScroll(MotionEvent first, MotionEvent second, float distanceX, method in class:ScreenMagnifier.MagnifiedContentInteractonStateHandler
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java2587 public boolean onScroll(MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) { method in class:RecipientEditTextView

Completed in 2244 milliseconds