@Override
 public void clearDanmakusOnScreen() {
   if (handler != null) {
     handler.clearDanmakusOnScreen();
   }
 }