Searched refs:mNestedScrollingParent (Results 1 – 2 of 2) sorted by relevance
5084 private ViewParent mNestedScrollingParent; field in View26522 mNestedScrollingParent = p; in startNestedScroll()26548 if (mNestedScrollingParent != null) { in stopNestedScroll()26549 mNestedScrollingParent.onStopNestedScroll(this); in stopNestedScroll()26550 mNestedScrollingParent = null; in stopNestedScroll()26563 return mNestedScrollingParent != null; in hasNestedScrollingParent()26591 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedScroll()26601 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed, in dispatchNestedScroll()26640 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreScroll()26658 mNestedScrollingParent.onNestedPreScroll(this, dx, dy, consumed); in dispatchNestedPreScroll()[all …]
77998 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;