Searched refs:TYPE_INTEGER (Results 1 - 3 of 3) sorted by path

/frameworks/base/include/utils/
H A DResourceTypes.h1768 TYPE_INTEGER = 1<<2, enumerator in enum:android::ResTable_map::__anon225
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3209 || attrType == ResTable_map::TYPE_INTEGER) {
3460 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp136 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
383 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
1279 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
1351 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;

Completed in 2504 milliseconds