Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DView.java5204 private ViewParent mNestedScrollingParent; field in View
27413 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66892 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;