protected void onPause() {
   super.onPause();
   mHandler.removeCallbacks(mSwapRunnable);
 }