コード例 #1
0
ファイル: ShowcaseView.java プロジェクト: BeniG/ShowcaseView
 public void hide() {
   clearBitmap();
   // If the type is set to one-shot, store that it has shot
   shotStateStore.storeShot();
   mEventListener.onShowcaseViewHide(this);
   fadeOutShowcase();
 }