Пример #1
0
 /** * */
 private void drawGameTFRs(DrawingContext ctx) {
   if (mPointProjection == null) {
     mService.getmGameTFRs().draw(ctx);
   }
 }