Home | History | Annotate | Download | only in aapt

Lines Matching full:overlay

576     // Replace any base level files in this category with any found from the overlay
577 // Also add any found only in the overlay.
578 sp<AaptAssets> overlay = assets->getOverlay();
582 while (overlay.get()) {
583 KeyedVector<String8, sp<ResourceTypeSet> >* overlayRes = overlay->getResources();
585 // get the overlay resources of the requested type
591 // non-overlay "baseset".
632 printf("found a match (" ZD ") for overlay file %s, for flavor %s\n",
641 printf("nothing matches overlay file %s, for flavor %s\n",
654 // this group doesn't exist (a file that's only in the overlay)
669 // this overlay didn't have resources for this type
671 // try next overlay
672 overlay = overlay->getOverlay();
965 // apply the overlay files to the base set
2578 sp<AaptAssets> overlay = assets->getOverlay();
2579 if (overlay.get()) {
2580 return writeProguardForLayouts(keep, overlay);