Searched refs:allowOverhang (Results 1 – 1 of 1) sorted by relevance
389 final int allowOverhang = Math.abs(deltaY); in trackMotionScroll() local398 overhang = fillUp(mFirstPosition - 1, allowOverhang); in trackMotionScroll()401 overhang = fillDown(mFirstPosition + getChildCount(), allowOverhang) + mItemMargin; in trackMotionScroll()404 movedBy = Math.min(overhang, allowOverhang); in trackMotionScroll()408 overScrolledBy = allowOverhang - overhang; in trackMotionScroll()410 overScrolledBy = allowOverhang; in trackMotionScroll()