Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DGalleryThumbnailView.java389 final boolean contentFits = contentFits(); in trackMotionScroll()
394 if (!contentFits) { in trackMotionScroll()
419 (overScrollMode == ViewCompat.OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits)) { in trackMotionScroll()
486 private boolean contentFits() { in contentFits() method in GalleryThumbnailView