Searched defs:mNestedScrollingParent (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/view/
H A DView.java4462 private ViewParent mNestedScrollingParent; field in class:View
23379 mNestedScrollingParent = p;
23405 if (mNestedScrollingParent != null) {
23406 mNestedScrollingParent.onStopNestedScroll(this);
23407 mNestedScrollingParent = null;
23420 return mNestedScrollingParent != null;
23448 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
23458 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed,
23497 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
23515 mNestedScrollingParent
[all...]

Completed in 111 milliseconds