Searched refs:ApplyStyle (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Theme_test.cpp | 81 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 …]
|
D | AttributeResolution_bench.cpp | 67 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()
|
D | Theme_bench.cpp | 42 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeApplyStyleFramework() 71 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeGetAttribute()
|
D | AttributeResolution_test.cpp | 80 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/ |
D | AttributeResolution.h | 54 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
|
D | AssetManager2.h | 426 bool ApplyStyle(uint32_t resid, bool force = false);
|
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 205 void ApplyStyle(Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() function
|
D | AssetManager2.cpp | 1125 bool Theme::ApplyStyle(uint32_t resid, bool force) { in ApplyStyle() function in android::Theme
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1240 ApplyStyle(theme, xml_parser, static_cast<uint32_t>(def_style_attr), in NativeApplyStyle() 1389 theme->ApplyStyle(static_cast<uint32_t>(resid), force); in NativeThemeApplyStyle()
|