Searched refs:notifyEdgeReached (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | OverScroller.java | 337 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/ |
D | OverScroller.java | 464 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
|