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

/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java131 private static final String TYPE_INTEGER = "i"; field in class:Content.Parser
324 } else if (TYPE_INTEGER.equalsIgnoreCase(type) || TYPE_LONG.equalsIgnoreCase(type)) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h1239 TYPE_INTEGER = 1<<2, enumerator in enum:android::ResTable_map::__anon1105
/frameworks/base/tools/aapt/
H A DResourceTable.cpp137 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
384 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
1361 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
1433 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4283 || attrType == ResTable_map::TYPE_INTEGER) {
4534 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) {

Completed in 81 milliseconds