Home | History | Annotate | Download | only in aapt

Lines Matching refs:isGame

1337                         int32_t isGame = AaptXml::getResolvedIntegerAttribute(res, tree,
1340 fprintf(stderr, "ERROR getting 'android:isGame' attribute: %s\n",
1344 if (isGame != 0) {
1345 printf("application-isGame\n");