Home
last modified time | relevance | path

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

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