Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3821 theme_entry* curEntries = NULL; in applyStyle() local
3854 curEntries = curPI->types[t].entries; in applyStyle()
3855 if (curEntries == NULL) { in applyStyle()
3862 curEntries = (theme_entry*)malloc(buff_size); in applyStyle()
3863 memset(curEntries, Res_value::TYPE_NULL, buff_size); in applyStyle()
3865 curPI->types[t].entries = curEntries; in applyStyle()
3874 theme_entry* curEntry = curEntries + e; in applyStyle()