コード例 #1
0
ファイル: LocationView.java プロジェクト: rocketbob/avare
 /** * */
 private void drawGameTFRs(DrawingContext ctx) {
   if (mPointProjection == null) {
     mService.getmGameTFRs().draw(ctx);
   }
 }