Searched refs:mNestedScrollingParent (Results 1 – 2 of 2) sorted by relevance
5375 private ViewParent mNestedScrollingParent; field in View28721 mNestedScrollingParent = p; in startNestedScroll()28747 if (mNestedScrollingParent != null) { in stopNestedScroll()28748 mNestedScrollingParent.onStopNestedScroll(this); in stopNestedScroll()28749 mNestedScrollingParent = null; in stopNestedScroll()28762 return mNestedScrollingParent != null; in hasNestedScrollingParent()28790 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedScroll()28839 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreScroll()28857 mNestedScrollingParent.onNestedPreScroll(this, dx, dy, consumed); in dispatchNestedPreScroll()28892 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedFling()[all …]
63569 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;