Searched refs:allowOverhang (Results 1 – 1 of 1) sorted by relevance
390 final int allowOverhang = Math.abs(deltaX); in trackMotionScroll() local399 overhang = fillLeft(mFirstPosition - 1, allowOverhang); in trackMotionScroll()402 overhang = fillRight(mFirstPosition + getChildCount(), allowOverhang); in trackMotionScroll()405 movedBy = Math.min(overhang, allowOverhang); in trackMotionScroll()409 overScrolledBy = allowOverhang - overhang; in trackMotionScroll()411 overScrolledBy = allowOverhang; in trackMotionScroll()