Searched refs:overDistance (Results 1 – 3 of 3) sorted by relevance
718 final int overDistance = start - edge; in startAfterEdge() local719 boolean keepIncreasing = overDistance * velocity >= 0; in startAfterEdge()725 if (totalDistance > Math.abs(overDistance)) { in startAfterEdge()
827 final int overDistance = start - edge; in startAfterEdge() local828 boolean keepIncreasing = overDistance * velocity >= 0; in startAfterEdge()834 if (totalDistance > Math.abs(overDistance)) { in startAfterEdge()
675 int overDistance = mScroller.startScroll( in onScroll() local677 if (mOverscrollEffect == OVERSCROLL_3D && overDistance != 0) { in onScroll()678 mPaper.overScroll(overDistance); in onScroll()