Searched refs:errorEdge (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp478 const char* errorEdge = NULL; local
499 errorEdge = "top";
507 errorEdge = "left";
515 errorEdge = "bottom";
523 errorEdge = "right";
679 if (errorEdge != NULL) {
682 " Found at pixel #%d along %s edge.\n", errorPixel, errorEdge);
685 " Found along %s edge.\n", errorEdge);

Completed in 307 milliseconds