Searched refs:featureArea (Results 1 – 1 of 1) sorted by relevance
530 PendingArea featureArea = null; in build() local540 if (featureArea == null || featureArea.mParent != areaForLayer[layer]) { in build()543 featureArea = new PendingArea(feature, layer, areaForLayer[layer]); in build()544 areaForLayer[layer].mChildren.add(featureArea); in build()546 areaForLayer[layer] = featureArea; in build()551 featureArea = null; in build()