Searched refs:ApplyStyle (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | Theme_test.cpp | 74 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleOne)); in TEST_F() 98 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F() 131 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F() 132 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree)); in TEST_F() 165 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo)); in TEST_F() 166 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree, true /* force */)); in TEST_F() 200 ASSERT_TRUE(theme->ApplyStyle(libclient::R::style::Theme, false /*force*/)); in TEST_F() 229 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne)); in TEST_F() 246 ASSERT_TRUE(theme_two->ApplyStyle(app::R::style::StyleThree)); in TEST_F() 273 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne)); in TEST_F() [all …]
|
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 | 182 ApplyStyle(&theme, &xml_parser_, 0 /*def_style_attr*/, 0 /*def_style_res*/, attrs.data(), in TEST_F()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | AttributeResolution.h | 51 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
|
D | AssetManager2.h | 299 bool ApplyStyle(uint32_t resid, bool force = false);
|
/frameworks/base/libs/androidfw/ |
D | AttributeResolution.cpp | 206 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() function
|
D | AssetManager2.cpp | 704 bool Theme::ApplyStyle(uint32_t resid, bool force) { in ApplyStyle() function in android::Theme
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 1187 ApplyStyle(theme, xmlParser, defStyleAttr, defStyleRes, in android_content_AssetManager_applyStyle()
|