コード例 #1
0
 public void doBreak() {
   if (mDemoActivityInterface != null) {
     mDemoActivityInterface.removeAllFragmentExcept(getTagString());
   }
   if (mTilesFrameLayout != null) {
     mTilesFrameLayout.startAnimation();
   }
 }
コード例 #2
0
 private void removeOldSideFragment() {
   if (mDemoActivityInterface != null) {
     mDemoActivityInterface.removeAllFragmentExcept(getTagString());
   }
 }