Searched refs:overhang (Results 1 – 5 of 5) sorted by relevance
395 final int overhang; 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()507 private int fillRight(int pos, int overhang) { in fillRight() argument508 int end = (getRight() - getLeft()) + overhang; in fillRight()519 private int fillLeft(int pos, int overhang) { in fillLeft() argument520 int end = getPaddingLeft() - overhang; in fillLeft()