/* protected */ public override void OnRecycle()
            {
                base.OnRecycle();
                TouchEvent touchEvent = this.mTouchEvent;

                touchEvent.GetMotionEvent().Recycle();
                touchEvent.Recycle();
            }