Searched refs:mNestedScrollingParent (Results 1 – 2 of 2) sorted by relevance
5661 private ViewParent mNestedScrollingParent; field in View29792 mNestedScrollingParent = p; in startNestedScroll()29818 if (mNestedScrollingParent != null) { in stopNestedScroll()29819 mNestedScrollingParent.onStopNestedScroll(this); in stopNestedScroll()29820 mNestedScrollingParent = null; in stopNestedScroll()29833 return mNestedScrollingParent != null; in hasNestedScrollingParent()29861 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedScroll()29871 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed, in dispatchNestedScroll()29910 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) { in dispatchNestedPreScroll()29928 mNestedScrollingParent.onNestedPreScroll(this, dx, dy, consumed); in dispatchNestedPreScroll()[all …]
62926 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;