Searched refs:isNestedScrollAccepted (Results 1 – 1 of 1) sorted by relevance
1745 if (!lp.isNestedScrollAccepted(type)) { in onNestedScrollAccepted()1770 if (!lp.isNestedScrollAccepted(type)) { in onStopNestedScroll()1805 if (!lp.isNestedScrollAccepted(type)) { in onNestedScroll()1842 if (!lp.isNestedScrollAccepted(type)) { in onNestedPreScroll()1881 if (!lp.isNestedScrollAccepted(ViewCompat.TYPE_TOUCH)) { in onNestedFling()1910 if (!lp.isNestedScrollAccepted(ViewCompat.TYPE_TOUCH)) { in onNestedPreFling()2922 boolean isNestedScrollAccepted(int type) { in isNestedScrollAccepted() method in CoordinatorLayout.LayoutParams