Searched refs:contentFits (Results 1 – 3 of 3) sorted by relevance
388 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
1282 private boolean contentFits() { in contentFits() method in AbsListView3680 !contentFits())) { in scrollIfNeeded()3731 !contentFits())) { in scrollIfNeeded()4741 (overscrollMode == OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits())) {
85880 Landroid/widget/AbsListView;->contentFits()Z