public final void setNestedScrollingEnabled(boolean paramBoolean) {
   if (this.mIsNestedScrollingEnabled) {
     ViewCompat.stopNestedScroll(this.mView);
   }
   this.mIsNestedScrollingEnabled = paramBoolean;
 }