Searched refs:mLastNestedScrollingChildRef (Results 1 – 1 of 1) sorted by relevance
769 private WeakReference<View> mLastNestedScrollingChildRef; field in AppBarLayout.Behavior793 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()