Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java1076 final View scrollingView = mLastNestedScrollingChildRef.get(); in canDragView() local
1077 return scrollingView != null && scrollingView.isShown() in canDragView()
1078 && !ViewCompat.canScrollVertically(scrollingView, -1); in canDragView()