Esempio n. 1
0
 protected void showTarget(Location loc, double secs) {
   if (Settings.isShowActions()) {
     ScreenHighlighter overlay = new ScreenHighlighter(this, null);
     overlay.showTarget(loc, (float) secs);
   }
 }