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

/frameworks/base/core/java/android/view/
H A DView.java4500 private ViewParent mNestedScrollingParent; field in class:View
23452 mNestedScrollingParent = p;
23478 if (mNestedScrollingParent != null) {
23479 mNestedScrollingParent.onStopNestedScroll(this);
23480 mNestedScrollingParent = null;
23493 return mNestedScrollingParent != null;
23521 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
23531 mNestedScrollingParent.onNestedScroll(this, dxConsumed, dyConsumed,
23570 if (isNestedScrollingEnabled() && mNestedScrollingParent != null) {
23588 mNestedScrollingParent
[all...]

Completed in 55 milliseconds