Searched refs:tmpValue (Results 1 – 1 of 1) sorted by relevance
150 TypedValue tmpValue = mValue; in getResourceText() local151 int block = loadResourceValue(ident, (short) 0, tmpValue, true); in getResourceText()153 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceText()154 return mStringBlocks[block].get(tmpValue.data); in getResourceText()156 return tmpValue.coerceToString(); in getResourceText()168 TypedValue tmpValue = mValue; in getResourceBagText() local169 int block = loadResourceBagValue(ident, bagEntryId, tmpValue, true); in getResourceBagText()171 if (tmpValue.type == TypedValue.TYPE_STRING) { in getResourceBagText()172 return mStringBlocks[block].get(tmpValue.data); in getResourceBagText()174 return tmpValue.coerceToString(); in getResourceBagText()