Home
last modified time | relevance | path

Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DAssetManager2.cpp1183 const int new_count = entry_idx + 1; in ApplyStyle() local
1185 realloc(type.release(), sizeof(ThemeType) + (new_count * sizeof(ThemeEntry))))); in ApplyStyle()
1189 (new_count - type->entry_count) * sizeof(ThemeEntry)); in ApplyStyle()
1190 type->entry_count = new_count; in ApplyStyle()