// add by hz
 public void autoFlip() {
   if (adapterIndex + 1 < adapterDataCount) {
     cards.nextPage();
   }
 }