Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5661 private ViewParent mNestedScrollingParent; field in View
29792 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62926 Landroid/view/View;->mNestedScrollingParent:Landroid/view/ViewParent;