Searched refs:theme_entry (Results 1 – 1 of 1) sorted by relevance
34 private static final theme_entry EMPTY_THEME_ENTRY = new theme_entry();109 theme_entry te = ti.entries[e]; in GetAttribute()194 theme_entry[] curEntries = null; in applyStyle()233 curEntries = new theme_entry[cnt]; in applyStyle()248 curEntries[e] = new theme_entry(); in applyStyle()250 theme_entry curEntry = curEntries[e]; in applyStyle()347 theme_entry[] te = pi.types[j].entries; in copy_package()349 theme_entry[] newte = new theme_entry[cnt]; in copy_package()353 newte[i] = te[i] == null ? null : new theme_entry(te[i]); // deep copy in copy_package()362 static class theme_entry { class in ResTableTheme[all …]