Searched refs:scrollingView (Results 1 – 1 of 1) sorted by relevance
1076 final View scrollingView = mLastNestedScrollingChildRef.get(); in canDragView() local1077 return scrollingView != null && scrollingView.isShown() in canDragView()1078 && !ViewCompat.canScrollVertically(scrollingView, -1); in canDragView()