Home
last modified time | relevance | path

Searched refs:TYPE_STRING (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/core/java/android/util/
DTypedValue.java37 public static final int TYPE_STRING = 0x03; field in TypedValue
411 if (t == TYPE_STRING) { in coerceToString()
481 if (type == TYPE_STRING) { in toString()
/frameworks/base/core/java/android/content/res/
DTypedArray.java95 } else if (type == TypedValue.TYPE_STRING) { in getText()
123 } else if (type == TypedValue.TYPE_STRING) { in getString()
156 if (type == TypedValue.TYPE_STRING) { in getNonResourceString()
187 } else if (type == TypedValue.TYPE_STRING) { in getNonConfigurationString()
316 } else if (type == TypedValue.TYPE_STRING) { in getColor()
711 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null; in getValueAt()
DAssetManager.java153 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceText()
171 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceBagText()
198 if (outValue.type != TypedValue.TYPE_STRING) { in getResourceValue()
231 if (outValue.type != TypedValue.TYPE_STRING) { in getThemeValue()
DResources.java748 } else if (value.type == TypedValue.TYPE_STRING) { in getColor()
1790 if (v.type == TypedValue.TYPE_STRING) { in parseBundleExtra()
2140 if (value.type == TypedValue.TYPE_STRING) { in loadXmlResourceParser()
DXmlBlock.java368 if (t == TypedValue.TYPE_STRING) { in getAttributeListValue()
/frameworks/base/core/java/com/android/internal/util/
DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in TypedProperties
128 return TYPE_STRING; in interpretType()
325 } else if (type == TYPE_STRING) { in parseValue()
/frameworks/base/cmds/content/src/com/android/commands/content/
DContent.java119 private static final String TYPE_STRING = "s"; field in Content.Parser
275 if (TYPE_STRING.equals(type)) { in parseBindValue()
/frameworks/base/core/java/android/preference/
DPreferenceActivity.java792 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource()
801 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource()
810 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource()
819 if (tv != null && tv.type == TypedValue.TYPE_STRING) { in loadHeadersFromResource()
/frameworks/base/tools/aapt/
DXMLNode.h83 || value.dataType == Res_value::TYPE_STRING; in needStringValue()
DAaptAssets.h363 TYPE_STRING enumerator
399 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
DCommand.cpp250 if (value.dataType != Res_value::TYPE_STRING) { in getAttribute()
268 if (value.dataType != Res_value::TYPE_STRING) { in getAttribute()
326 if (value.dataType == Res_value::TYPE_STRING) { in getResolvedAttribute()
332 if (value.dataType != Res_value::TYPE_STRING) { in getResolvedAttribute()
DResourceTable.cpp135 { stringArray, sizeof(stringArray)/2, ResTable_map::TYPE_STRING,
1008 ResTable_map::TYPE_STRING, overwrite); in compileResourceFile()
1306 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile()
1389 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile()
2116 outValue->dataType = outValue->TYPE_STRING; in stringToValue()
2125 if (outValue->dataType == outValue->TYPE_STRING) { in stringToValue()
3287 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()
3294 if (it.parsedValue.dataType == Res_value::TYPE_STRING) { in remapStringValue()
DXMLNode.cpp459 } else if (value.dataType == Res_value::TYPE_STRING) { in printXMLBlock()
1467 || ae.value.dataType == Res_value::TYPE_STRING) { in flatten_node()
1469 attr.typedValue.dataType = Res_value::TYPE_STRING; in flatten_node()
DResource.cpp488 if (value.dataType == Res_value::TYPE_STRING) { in validateAttr()
2034 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass()
/frameworks/base/include/androidfw/
DResourceTypes.h243 TYPE_STRING = 0x03, enumerator
1230 TYPE_STRING = 1<<1, enumerator
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java527 outValue.type = TypedValue.TYPE_STRING; in getValue()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java358 } else if (codesValue.type == TypedValue.TYPE_STRING) { in Key()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp3147 outValue->dataType == bestValue->TYPE_STRING in getResource()
3202 if (value->dataType == value->TYPE_STRING) { in valueToString()
4139 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue()
4576 if ((attrType&ResTable_map::TYPE_STRING) == 0) { in stringToValue()
4584 outValue->dataType = outValue->TYPE_STRING; in stringToValue()
5403 } else if (value.dataType == Res_value::TYPE_STRING) { in print_value()
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1427 if (value.dataType == Res_value::TYPE_STRING) { in android_content_AssetManager_getArrayStringInfo()
1491 if (value.dataType == Res_value::TYPE_STRING) { in android_content_AssetManager_getArrayStringResource()
/frameworks/base/core/java/android/webkit/
DBrowserFrame.java747 if (value.type == TypedValue.TYPE_STRING) { in inputStreamForAndroidResource()
/frameworks/base/core/java/android/content/pm/
DPackageParser.java1112 if (val.type == TypedValue.TYPE_STRING && val.string != null) { in parsePackage()
1123 if (val.type == TypedValue.TYPE_STRING && val.string != null) { in parsePackage()
2937 if (v.type == TypedValue.TYPE_STRING) { in parseMetaData()
/frameworks/base/api/
D14.txt21612 field public static final int TYPE_STRING = 3; // 0x3
D15.txt21754 field public static final int TYPE_STRING = 3; // 0x3
D16.txt22772 field public static final int TYPE_STRING = 3; // 0x3
D17.txt23570 field public static final int TYPE_STRING = 3; // 0x3

12