Home
last modified time | relevance | path

Searched refs:TYPE_BOOLEAN (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java92 static final int TYPE_BOOLEAN = 'Z'; field in TypedProperties
114 return TYPE_BOOLEAN; in interpretType()
236 if (type == TYPE_BOOLEAN) { in parseValue()
/frameworks/base/include/utils/
DResourceTypes.h1693 TYPE_BOOLEAN = 1<<3, enumerator
/frameworks/base/tools/aapt/
DResourceTable.cpp137 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
1274 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()
/frameworks/base/libs/utils/
DResourceTypes.cpp3222 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()
3243 if ((attrType&ResTable_map::TYPE_BOOLEAN) == 0) { in stringToValue()