Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp81 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleOne)); in TEST_F()
105 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F()
138 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F()
150 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F()
151 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree)); in TEST_F()
184 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F()
185 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree, true /* force */)); in TEST_F()
219 ASSERT_TRUE(theme->ApplyStyle(libclient::R::style::Theme, false /*force*/)); in TEST_F()
248 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne)); in TEST_F()
265 ASSERT_TRUE(theme_two->ApplyStyle(app::R::style::StyleThree)); in TEST_F()
[all …]
DAttributeResolution_bench.cpp67 theme->ApplyStyle(app::R::style::StyleTwo); in BM_ApplyStyle()
76 ApplyStyle(theme.get(), &xml_tree, 0u /*def_style_attr*/, 0u /*def_style_res*/, attrs.data(), in BM_ApplyStyle()
148 theme->ApplyStyle(Theme_Material_Light); in BM_ApplyStyleFramework()
169 ApplyStyle(theme.get(), &xml_tree, 0x01010084u /*def_style_attr*/, 0u /*def_style_res*/, in BM_ApplyStyleFramework()
DTheme_bench.cpp42 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeApplyStyleFramework()
71 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeGetAttribute()
DAttributeResolution_test.cpp80 ApplyStyle(theme.get(), nullptr /*xml_parser*/, 0u /*def_style_attr*/, in TEST()
105 ASSERT_TRUE(theme->ApplyStyle(R::style::StyleTwo)); in TEST_F()
210 ASSERT_TRUE(theme->ApplyStyle(R::style::StyleTwo)); in TEST_F()
217 ApplyStyle(theme.get(), &xml_parser_, 0u /*def_style_attr*/, 0u /*def_style_res*/, attrs.data(), in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h54 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
DAssetManager2.h426 bool ApplyStyle(uint32_t resid, bool force = false);
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() function
DAssetManager2.cpp1125 bool Theme::ApplyStyle(uint32_t resid, bool force) { in ApplyStyle() function in android::Theme
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1240 ApplyStyle(theme, xml_parser, static_cast<uint32_t>(def_style_attr), in NativeApplyStyle()
1389 theme->ApplyStyle(static_cast<uint32_t>(resid), force); in NativeThemeApplyStyle()