Lines Matching refs:Theme
702 std::unique_ptr<Theme> AssetManager2::NewTheme() { return std::unique_ptr<Theme>(new Theme(this)); }
704 bool Theme::ApplyStyle(uint32_t resid, bool force) {
788 ApkAssetsCookie Theme::GetAttribute(uint32_t resid, Res_value* out_value,
875 ApkAssetsCookie Theme::ResolveAttributeReference(ApkAssetsCookie cookie, Res_value* in_out_value,
894 void Theme::Clear() {
901 bool Theme::SetTo(const Theme& o) {