@Override
 protected void onDetachedFromWindow() {
   super.onDetachedFromWindow();
   isAttachWindow = false;
   if (mTextWatcher != null) {
     removeTextChangedListener(mTextWatcher);
     mTextWatcher = null;
   }
 }
Example #2
0
 @Override
 protected void onDetachedFromWindow() {
   super.onDetachedFromWindow();
   this.dRight = null;
   this.rBounds = null;
 }