Esempio n. 1
0
 public void hide() {
   clearBitmap();
   // If the type is set to one-shot, store that it has shot
   shotStateStore.storeShot();
   mEventListener.onShowcaseViewHide(this);
   fadeOutShowcase();
 }