Searched refs:onOverscrolled (Results 1 – 2 of 2) sorted by relevance
142 mListener.onOverscrolled(mLastX, mLastY, mLastOverscrollAmount); in onOverScrolled()148 void onOverscrolled(float lastX, float lastY, int amount); in onOverscrolled() method
805 public void onOverscrolled(float lastTouchX, float lastTouchY, int amount) { in onOverscrolled() method in NotificationPanelView