private void hideFloater() {
   removeCallbacks(mShowIndicatorRunnable);
   if (!isInEditMode()) {
     mIndicator.dismiss();
     notifyBubble(false);
   }
 }