예제 #1
0
 // robi
 public void hideFloater() {
   removeCallbacks(mShowIndicatorRunnable);
   if (!isInEditMode()) {
     mIndicator.dismiss();
     notifyBubble(false);
   }
 }
예제 #2
0
 // robi
 public void showFloater() {
   if (!isInEditMode()) {
     mThumb.animateToPressed();
     mIndicator.showIndicator(this, mThumb.getBounds());
     notifyBubble(true);
   }
 }