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
1365 private boolean contentFits() { in contentFits() method in AbsListView3770 !contentFits())) { in scrollIfNeeded()3821 !contentFits())) { in scrollIfNeeded()4534 && !contentFits()))) { in onGenericMotionEvent()5022 (overscrollMode == OVER_SCROLL_IF_CONTENT_SCROLLS && !contentFits())) {
65094 Landroid/widget/AbsListView;->contentFits()Z