Searched refs:TYPE_REFERENCE (Results 1 – 8 of 8) sorted by relevance
28 public static final int TYPE_REFERENCE = 0x01; field in TypedValue439 case TYPE_REFERENCE: in coerceToString()
937 if (value.dataType == Res_value::TYPE_REFERENCE) { in android_content_AssetManager_applyStyle()954 if (value.dataType == value.TYPE_REFERENCE) { in android_content_AssetManager_applyStyle()1065 if (value.dataType == Res_value::TYPE_REFERENCE && value.data == 0) { in android_content_AssetManager_applyStyle()1196 if (value.dataType == Res_value::TYPE_REFERENCE && value.data == 0) { in android_content_AssetManager_retrieveAttributes()1303 if (value.dataType == Res_value::TYPE_REFERENCE && value.data == 0) { in android_content_AssetManager_retrieveArray()
339 return value.dataType == value.TYPE_REFERENCE in android_content_XmlBlock_nativeGetStyleAttribute()
112 { referenceArray, sizeof(referenceArray)/2, ResTable_map::TYPE_REFERENCE,213 if (hadType && (type&ResTable_map::TYPE_REFERENCE) == 0) { in appendTypeInfo()1156 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile()1162 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile()1166 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR; in compileResourceFile()1170 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN; in compileResourceFile()1174 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER; in compileResourceFile()1178 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_DIMENSION; in compileResourceFile()1182 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_FRACTION; in compileResourceFile()1223 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING; in compileResourceFile()[all …]
338 } else if (value.dataType == Res_value::TYPE_REFERENCE) { in printXMLBlock()
388 if (t == TypedValue.TYPE_REFERENCE) { in getAttributeResourceValue()
236 TYPE_REFERENCE = 0x01, enumerator1587 TYPE_REFERENCE = 1<<0, enumerator
1907 while (blockIndex >= 0 && value->dataType == value->TYPE_REFERENCE in resolveReference()2816 outValue->dataType = outValue->TYPE_REFERENCE; in stringToValue()3936 } else if (value.dataType == Res_value::TYPE_REFERENCE) { in print_value()