Home | History | Annotate | Download | only in aapt

Lines Matching defs:isGame

1147                         int32_t isGame = AaptXml::getResolvedIntegerAttribute(res, tree,
1150 fprintf(stderr, "ERROR getting 'android:isGame' attribute: %s\n",
1154 if (isGame != 0) {
1155 printf("application-isGame\n");