Lines Matching refs:Theme
27 constexpr const static uint32_t kStyleId = 0x01030237u; // android:style/Theme.Material.Light
41 auto theme = assets.NewTheme();
42 theme->ApplyStyle(kStyleId, false /* force */);
58 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)};
59 theme->applyStyle(kStyleId, false /* force */);
70 auto theme = assets.NewTheme();
71 theme->ApplyStyle(kStyleId, false /* force */);
77 theme->GetAttribute(kAttrId, &value, &flags);
87 std::unique_ptr<ResTable::Theme> theme{new ResTable::Theme(res_table)};
88 theme->applyStyle(kStyleId, false /* force */);
94 theme->getAttribute(kAttrId, &value, &flags);