public final void stopNestedScroll() {
   if (this.mNestedScrollingParent != null) {
     ViewParentCompat.onStopNestedScroll(this.mNestedScrollingParent, this.mView);
     this.mNestedScrollingParent = null;
   }
 }