/frameworks/base/core/java/android/util/ |
D | TypedValue.java | 37 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/ |
D | TypedArray.java | 95 } 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()
|
D | AssetManager.java | 153 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()
|
D | Resources.java | 748 } 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()
|
D | XmlBlock.java | 368 if (t == TypedValue.TYPE_STRING) { in getAttributeListValue()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | TypedProperties.java | 100 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/ |
D | Content.java | 119 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/ |
D | PreferenceActivity.java | 792 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/ |
D | XMLNode.h | 83 || value.dataType == Res_value::TYPE_STRING; in needStringValue()
|
D | AaptAssets.h | 363 TYPE_STRING enumerator 399 sym.typeCode = AaptSymbolEntry::TYPE_STRING; in addStringSymbol()
|
D | Command.cpp | 250 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()
|
D | ResourceTable.cpp | 135 { 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()
|
D | XMLNode.cpp | 459 } 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()
|
D | Resource.cpp | 488 if (value.dataType == Res_value::TYPE_STRING) { in validateAttr() 2034 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) { in writeSymbolClass()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 243 TYPE_STRING = 0x03, enumerator 1230 TYPE_STRING = 1<<1, enumerator
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeResources.java | 527 outValue.type = TypedValue.TYPE_STRING; in getValue()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 358 } else if (codesValue.type == TypedValue.TYPE_STRING) { in Key()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3147 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/ |
D | android_util_AssetManager.cpp | 1427 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/ |
D | BrowserFrame.java | 747 if (value.type == TypedValue.TYPE_STRING) { in inputStreamForAndroidResource()
|
/frameworks/base/core/java/android/content/pm/ |
D | PackageParser.java | 1112 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/ |
D | 14.txt | 21612 field public static final int TYPE_STRING = 3; // 0x3
|
D | 15.txt | 21754 field public static final int TYPE_STRING = 3; // 0x3
|
D | 16.txt | 22772 field public static final int TYPE_STRING = 3; // 0x3
|
D | 17.txt | 23570 field public static final int TYPE_STRING = 3; // 0x3
|