Lines Matching refs:theme

948     ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle);
949 delete theme;
957 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle);
958 theme->applyStyle(styleRes, force ? true : false);
972 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle);
973 const ResTable& res(theme->getResTable());
978 ssize_t block = theme->getAttribute(ident, &value, &typeSpecFlags);
996 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeHandle);
997 const ResTable& res(theme->getResTable());
1000 theme->dumpToLog();
1037 jniThrowNullPointerException(env, "theme token");
1049 DEBUG_STYLES(ALOGI("APPLY STYLE: theme=0x%x defStyleAttr=0x%x defStyleRes=0x%x",
1052 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken);
1053 const ResTable& res = theme->getResTable();
1091 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1121 // style, and finally the theme.
1150 ssize_t newBlock = theme->resolveAttributeReference(&value, block,
1157 // it in the theme!
1158 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
1160 DEBUG_STYLES(ALOGI("-> From theme: type=0x%x, data=0x%08x",
1171 DEBUG_STYLES(ALOGI("-> Resolved theme: type=0x%x, data=0x%08x",
1227 jniThrowNullPointerException(env, "theme token");
1239 DEBUG_STYLES(ALOGI("APPLY STYLE: theme=0x%x defStyleAttr=0x%x defStyleRes=0x%x xml=0x%x",
1242 ResTable::Theme* theme = reinterpret_cast<ResTable::Theme*>(themeToken);
1243 const ResTable& res = theme->getResTable();
1279 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
1293 if (theme->getAttribute(value.data, &value, &styleBagTypeSetFlags) < 0) {
1339 // style, and finally the theme.
1384 ssize_t newBlock = theme->resolveAttributeReference(&value, block,
1393 // it in the theme!
1394 ssize_t newBlock = theme->getAttribute(curIdent, &value, &typeSetFlags);
1396 DEBUG_STYLES(ALOGI("-> From theme: type=0x%x, data=0x%08x",
1409 DEBUG_STYLES(ALOGI("-> Resolved theme: type=0x%x, data=0x%08x",