Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DAppBarLayout.java769 private WeakReference<View> mLastNestedScrollingChildRef; field in AppBarLayout.Behavior
793 mLastNestedScrollingChildRef = null; in onStartNestedScroll()
845 mLastNestedScrollingChildRef = new WeakReference<>(target); in onStopNestedScroll()
1074 if (mLastNestedScrollingChildRef != null) { in canDragView()
1076 final View scrollingView = mLastNestedScrollingChildRef.get(); in canDragView()