Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTheme_test.cpp74 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 …]
DTheme_bench.cpp42 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeApplyStyleFramework()
71 theme->ApplyStyle(kStyleId, false /* force */); in BM_ThemeGetAttribute()
DAttributeResolution_test.cpp182 ApplyStyle(&theme, &xml_parser_, 0 /*def_style_attr*/, 0 /*def_style_res*/, attrs.data(), in TEST_F()
/frameworks/base/libs/androidfw/include/androidfw/
DAttributeResolution.h51 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
DAssetManager2.h299 bool ApplyStyle(uint32_t resid, bool force = false);
/frameworks/base/libs/androidfw/
DAttributeResolution.cpp206 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr, in ApplyStyle() function
DAssetManager2.cpp704 bool Theme::ApplyStyle(uint32_t resid, bool force) { in ApplyStyle() function in android::Theme
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1187 ApplyStyle(theme, xmlParser, defStyleAttr, defStyleRes, in android_content_AssetManager_applyStyle()