Home
last modified time | relevance | path

Searched refs:mNestedScrollingParent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DView.java5084 private ViewParent mNestedScrollingParent; field in View
26522 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt77998 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;