Searched refs:mNestedScrollingParent (Results 1 – 2 of 2) sorted by relevance
5204 private ViewParent mNestedScrollingParent; field in View27413 mNestedScrollingParent = p; in startNestedScroll()27439 if (mNestedScrollingParent != null) { in stopNestedScroll()27440 mNestedScrollingParent.onStopNestedScroll(this); in stopNestedScroll()27441 mNestedScrollingParent = null; in stopNestedScroll()27454 return mNestedScrollingParent != null; in hasNestedScrollingParent()27482 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedScroll()27531 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreScroll()27549 mNestedScrollingParent.onNestedPreScroll(this, dx, dy, consumed); in dispatchNestedPreScroll()27584 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedFling()[all …]
66892 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;