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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1486 const ResTable::bag_entry* const styleAttrEntry = styleAttrFinder.find(curIdent); member in class:android::ResTable
1487 if (styleAttrEntry != styleAttrEnd) {
1489 block = styleAttrEntry->stringBlock;
1491 value = styleAttrEntry->map.value;

Completed in 301 milliseconds