Searched defs:commonFeatures (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DCommand.cpp1103 FeatureGroup commonFeatures; local
1536 commonFeatures.features.add(name, Feature(req != 0, version));
1538 addParentFeatures(&commonFeatures, name);
1544 if (vers > commonFeatures.openGLESVersion) {
1545 commonFeatures.openGLESVersion = vers;
2097 if (!hasFeature("android.hardware.touchscreen", commonFeatures, impliedFeatures)) {
2105 printDefaultFeatureGroup(commonFeatures, impliedFeatures);
2112 if (commonFeatures.openGLESVersion > grp.openGLESVersion) {
2113 grp.openGLESVersion = commonFeatures.openGLESVersion;
2118 const size_t numCommonFeatures = commonFeatures
[all...]

Completed in 13 milliseconds