Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java390 final int allowOverhang = Math.abs(deltaX); in trackMotionScroll() local
399 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()