Searched refs:TYPE_STRING (Results 1 - 21 of 21) 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.java95 } else if (type == TypedValue.TYPE_STRING) {
123 } else if (type == TypedValue.TYPE_STRING) {
156 if (type == TypedValue.TYPE_STRING) {
187 } else if (type == TypedValue.TYPE_STRING) {
316 } else if (type == TypedValue.TYPE_STRING) {
711 outValue.string = (type == TypedValue.TYPE_STRING) ? loadStringValueAt(index) : null;
H A DAssetManager.java153 if (tmpValue.type == TypedValue.TYPE_STRING) {
171 if (tmpValue.type == TypedValue.TYPE_STRING) {
198 if (outValue.type != TypedValue.TYPE_STRING) {
231 if (outValue.type != TypedValue.TYPE_STRING) {
H A DResources.java748 } else if (value.type == TypedValue.TYPE_STRING) {
1757 * <li> {@link TypedValue#TYPE_STRING}:
1790 if (v.type == TypedValue.TYPE_STRING) {
2140 if (value.type == TypedValue.TYPE_STRING) {
H A DXmlBlock.java368 if (t == 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/cmds/content/src/com/android/commands/content/
H A DContent.java119 private static final String TYPE_STRING = "s"; field in class:Content.Parser
275 if (TYPE_STRING.equals(type)) {
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java792 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
801 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
810 if (tv != null && tv.type == TypedValue.TYPE_STRING) {
819 if (tv != null && tv.type == TypedValue.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::__anon1146
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,
1008 ResTable_map::TYPE_STRING, overwrite);
1306 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1389 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
2116 outValue->dataType = outValue->TYPE_STRING;
2125 if (outValue->dataType == outValue->TYPE_STRING) {
3287 if (it.parsedValue.dataType == Res_value::TYPE_STRING) {
3294 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.cpp488 if (value.dataType == Res_value::TYPE_STRING) {
2034 if (sym.typeCode != AaptSymbolEntry::TYPE_STRING) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h243 TYPE_STRING = 0x03, enumerator in enum:android::Res_value::__anon1027
1230 TYPE_STRING = 1<<1, enumerator in enum:android::ResTable_map::__anon1065
/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.cpp1427 if (value.dataType == Res_value::TYPE_STRING) {
1491 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/core/java/android/webkit/
H A DBrowserFrame.java747 if (value.type == TypedValue.TYPE_STRING) {
752 // Old stack only supports TYPE_STRING for res files
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3147 outValue->dataType == bestValue->TYPE_STRING
3202 if (value->dataType == value->TYPE_STRING) {
4139 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
4576 if ((attrType&ResTable_map::TYPE_STRING) == 0) {
4584 outValue->dataType = outValue->TYPE_STRING;
5403 } else if (value.dataType == Res_value::TYPE_STRING) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1112 if (val.type == TypedValue.TYPE_STRING && val.string != null) {
1123 if (val.type == TypedValue.TYPE_STRING && val.string != null) {
2937 if (v.type == TypedValue.TYPE_STRING) {

Completed in 2347 milliseconds