Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java388 final boolean contentFits = contentFits(); in trackMotionScroll()
393 if (!contentFits) { in trackMotionScroll()
418 (overScrollMode == ViewCompat.OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits)) { in trackMotionScroll()
431 private final boolean contentFits() { in contentFits() method in StaggeredGridView
/frameworks/base/core/java/android/widget/
DAbsListView.java1244 private boolean contentFits() { in contentFits() method in AbsListView
3607 !contentFits())) { in scrollIfNeeded()
3658 !contentFits())) { in scrollIfNeeded()
4659 (overscrollMode == OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits())) {