Home | History | Annotate | Download | only in aapt

Lines Matching defs:errorMsg

476     const char* errorMsg = NULL;
484 errorMsg = "Image must be at least 3x3 (1x1 without frame) pixels";
491 errorMsg = "Must have one-pixel frame that is either transparent or white";
497 &xDivs[1], &errorMsg, &numXDivs, true) != NO_ERROR) {
505 &yDivs[1], &errorMsg, &numYDivs, true) != NO_ERROR) {
513 &image->info9Patch.paddingRight, &errorMsg, NULL, false) != NO_ERROR) {
521 &image->info9Patch.paddingBottom, &errorMsg, NULL, false) != NO_ERROR) {
530 &image->layoutBoundsRight, &errorMsg);
534 &image->layoutBoundsBottom, &errorMsg);
605 errorMsg = "Too many rows and columns in 9-patch perimeter";
675 if (errorMsg) {
678 " %s.\n", imageName, errorMsg);