HomeSort by relevance Sort by last modified time
    Searched refs:ApplyStyle (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
AttributeResolution.h 51 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
AssetManager2.h 299 bool ApplyStyle(uint32_t resid, bool force = false);
  /frameworks/base/libs/androidfw/tests/
Theme_test.cpp 74 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleOne));
98 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo));
131 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo));
132 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree));
165 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleTwo));
166 ASSERT_TRUE(theme->ApplyStyle(app::R::style::StyleThree, true /* force */));
200 ASSERT_TRUE(theme->ApplyStyle(libclient::R::style::Theme, false /*force*/));
229 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne));
246 ASSERT_TRUE(theme_two->ApplyStyle(app::R::style::StyleThree));
273 ASSERT_TRUE(theme_one->ApplyStyle(app::R::style::StyleOne))
    [all...]
Theme_bench.cpp 42 theme->ApplyStyle(kStyleId, false /* force */);
59 theme->applyStyle(kStyleId, false /* force */);
71 theme->ApplyStyle(kStyleId, false /* force */);
88 theme->applyStyle(kStyleId, false /* force */);
AttributeResolution_test.cpp 70 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo));
175 ASSERT_EQ(NO_ERROR, theme.applyStyle(R::style::StyleTwo));
182 ApplyStyle(&theme, &xml_parser_, 0 /*def_style_attr*/, 0 /*def_style_res*/, attrs.data(),
  /frameworks/base/libs/androidfw/
AttributeResolution.cpp 206 void ApplyStyle(ResTable::Theme* theme, ResXMLParser* xml_parser, uint32_t def_style_attr,
AssetManager2.cpp 704 bool Theme::ApplyStyle(uint32_t resid, bool force) {
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp     [all...]

Completed in 106 milliseconds