Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java187 fillRight(mFirstPosition + getChildCount(), 0); in populate()
402 overhang = fillRight(mFirstPosition + getChildCount(), allowOverhang); in trackMotionScroll()
507 private int fillRight(int pos, int overhang) { in fillRight() method in GalleryThumbnailView