Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java66 private int mFirstPosition; field in GalleryThumbnailView
187 fillRight(mFirstPosition + getChildCount(), 0); in populate()
188 fillLeft(mFirstPosition - 1, 0); in populate()
399 overhang = fillLeft(mFirstPosition - 1, allowOverhang); in trackMotionScroll()
402 overhang = fillRight(mFirstPosition + getChildCount(), allowOverhang); in trackMotionScroll()
473 mFirstPosition++; in recycleOffscreenViews()
528 mFirstPosition = pos + 1; in fillLeft()
671 mFirstPosition = 0; in clearAllState()