Searched defs:onOverscrolled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DObservableScrollView.java142 mListener.onOverscrolled(mLastX, mLastY, mLastOverscrollAmount);
148 void onOverscrolled(float lastX, float lastY, int amount); method in interface:ObservableScrollView.Listener
H A DNotificationPanelView.java618 // Already tracking because onOverscrolled was called. We need to update here
926 public void onOverscrolled(float lastTouchX, float lastTouchY, int amount) { method in class:NotificationPanelView

Completed in 46 milliseconds