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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp978 const ResTable::bag_entry* styleEnt = NULL; local
980 bagOff = style != 0 ? res.getBagLocked(style, &styleEnt, &styleTypeSetFlags) : -1;
982 const ResTable::bag_entry* endStyleEnt = styleEnt +
1025 while (styleEnt < endStyleEnt && curIdent > styleEnt->map.name.ident) {
1026 styleEnt++;
1029 if (styleEnt < endStyleEnt && curIdent == styleEnt->map.name.ident) {
1031 block = styleEnt->stringBlock;
1033 value = styleEnt
[all...]

Completed in 28 milliseconds