Home
last modified time | relevance | path

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

/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
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DOverScrollerSGV.java466 mScrollerX.notifyEdgeReached(startX, finalX, overX); in notifyHorizontalEdgeReached()
483 mScrollerY.notifyEdgeReached(startY, finalY, overY); in notifyVerticalEdgeReached()
842 void notifyEdgeReached(int start, int end, int over) { in notifyEdgeReached() method in OverScrollerSGV.SplineOverScroller