Searched refs:TYPE_STRING (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/core/java/android/util/
H A DTypedValue.java37 public static final int TYPE_STRING = 0x03; field in class:TypedValue
411 if (t == TYPE_STRING) {
481 if (type == TYPE_STRING) {
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java96 } else if (type == TypedValue.TYPE_STRING) {
124 } else if (type == TypedValue.TYPE_STRING) {
157 if (type == TypedValue.TYPE_STRING) {
188 } else if (type == TypedValue.TYPE_STRING) {
317 } else if (type == TypedValue.TYPE_STRING) {
712 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null;
H A DAssetManager.java154 if (tmpValue.type == TypedValue.TYPE_STRING) {
172 if (tmpValue.type == TypedValue.TYPE_STRING) {
199 if (outValue.type != TypedValue.TYPE_STRING) {
232 if (outValue.type != TypedValue.TYPE_STRING) {
H A DXmlBlock.java368 if (t == TypedValue.TYPE_STRING) {
H A DResources.java810 } else if (value.type != TypedValue.TYPE_STRING) {
1871 * <li> {@link TypedValue#TYPE_STRING}:
1904 if (v.type == TypedValue.TYPE_STRING) {
2310 if (value.type == TypedValue.TYPE_STRING) {
/frameworks/base/core/java/com/android/internal/util/
H A DTypedProperties.java100 static final int TYPE_STRING = 'L' | 's' << 8; field in class:TypedProperties
128 return TYPE_STRING;
325 } else if (type == TYPE_STRING) {
/frameworks/base/tools/aapt/
H A DXMLNode.h83 || value.dataType == Res_value::TYPE_STRING;
H A DAaptAssets.h363 TYPE_STRING enumerator in enum:AaptSymbolEntry::__anon1198
399 sym.typeCode = AaptSymbolEntry::TYPE_STRING;
H A DCommand.cpp250 if (value.dataType != Res_value::TYPE_STRING) {
268 if (value.dataType != Res_value::TYPE_STRING) {
326 if (value.dataType == Res_value::TYPE_STRING) {
332 if (value.dataType != Res_value::TYPE_STRING) {
H A DResourceTable.cpp135 { stringArray, sizeof(stringArray)/2, ResTable_map::TYPE_STRING,
1045 ResTable_map::TYPE_STRING, overwrite);
1343 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1426 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
2177 outValue->dataType = outValue->TYPE_STRING;
2186 if (outValue->dataType == outValue->TYPE_STRING) {
3348 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3355 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
H A DXMLNode.cpp459 } else if (value.dataType == Res_value::TYPE_STRING) {
1257 || ae.value.dataType == Res_value::TYPE_STRING) {
1467 || ae.value.dataType == Res_value::TYPE_STRING) {
1469 attr.typedValue.dataType = Res_value::TYPE_STRING;
H A DResource.cpp489 if (value.dataType == Res_value::TYPE_STRING) {
2063 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) {
/frameworks/base/cmds/content/src/com/android/commands/content/
H A DContent.java130 private static final String TYPE_STRING = "s"; field in class:Content.Parser
320 if (TYPE_STRING.equals(type)) {
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java804 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
813 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
822 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
831 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h243 TYPE_STRING = 0x03, enumerator in enum:android::Res_value::__anon1066
1235 TYPE_STRING = 1<<1, enumerator in enum:android::ResTable_map::__anon1104
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java527 outValue.type = TypedValue.TYPE_STRING;
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1440 if (value.dataType == Res_value::TYPE_STRING) {
1498 if (value.dataType == Res_value::TYPE_STRING) {
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java358 } else if (codesValue.type == TypedValue.TYPE_STRING) {
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3302 outValue->dataType == bestValue->TYPE_STRING
3357 if (value->dataType == value->TYPE_STRING) {
4294 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
4731 if ((attrType&ResTable_map::TYPE_STRING) == 0) {
4739 outValue->dataType = outValue->TYPE_STRING;
5557 } else if (value.dataType == Res_value::TYPE_STRING) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1142 if (val.type == TypedValue.TYPE_STRING && val.string != null) {
1153 if (val.type == TypedValue.TYPE_STRING && val.string != null) {
3178 if (v.type == TypedValue.TYPE_STRING) {

Completed in 519 milliseconds