Searched refs:featureArea (Results 1 – 1 of 1) sorted by relevance
462 PendingArea featureArea = null; in build() local472 if (featureArea == null || featureArea.mParent != areaForLayer[layer]) { in build()475 featureArea = new PendingArea(feature, layer, areaForLayer[layer]); in build()476 areaForLayer[layer].mChildren.add(featureArea); in build()478 areaForLayer[layer] = featureArea; in build()483 featureArea = null; in build()