Home
last modified time | relevance | path

Searched refs:notifyEdgeReached (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java337 public void notifyEdgeReached(int start, int finalPos, int over) { in notifyEdgeReached() method in OverScroller
338 mScroller.notifyEdgeReached(start, finalPos, over); in notifyEdgeReached()
733 void notifyEdgeReached(int start, int end, int over) { in notifyEdgeReached() method in OverScroller.SplineOverScroller
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java464 mScrollerX.notifyEdgeReached(startX, finalX, overX); in notifyHorizontalEdgeReached()
481 mScrollerY.notifyEdgeReached(startY, finalY, overY); in notifyVerticalEdgeReached()
842 void notifyEdgeReached(int start, int end, int over) { in notifyEdgeReached() method in OverScroller.SplineOverScroller