Exemplo n.º 1
0
 private void dumpLayerStructure() {
   // すべての layer manager の DumpLayerStructure を呼ぶ
   final int count = mManagers.size();
   for (int i = 0; i < count; i++) {
     LayerManager m = mManagers.get(i);
     m.dumpLayerStructure();
   }
 }