Loading libs/androidfw/AssetManager2.cpp +7 −7 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ struct FindEntryResult { StringPoolRef entry_string_ref; }; struct Theme::Entry { uint32_t attr_res_id; ApkAssetsCookie cookie; uint32_t type_spec_flags; Res_value value; }; AssetManager2::AssetManager2() { memset(&configuration_, 0, sizeof(configuration_)); } Loading Loading @@ -1411,13 +1418,6 @@ Theme::Theme(AssetManager2* asset_manager) : asset_manager_(asset_manager) { Theme::~Theme() = default; struct Theme::Entry { uint32_t attr_res_id; ApkAssetsCookie cookie; uint32_t type_spec_flags; Res_value value; }; namespace { struct ThemeEntryKeyComparer { bool operator() (const Theme::Entry& entry, uint32_t attr_res_id) const noexcept { Loading Loading
libs/androidfw/AssetManager2.cpp +7 −7 Original line number Diff line number Diff line Loading @@ -99,6 +99,13 @@ struct FindEntryResult { StringPoolRef entry_string_ref; }; struct Theme::Entry { uint32_t attr_res_id; ApkAssetsCookie cookie; uint32_t type_spec_flags; Res_value value; }; AssetManager2::AssetManager2() { memset(&configuration_, 0, sizeof(configuration_)); } Loading Loading @@ -1411,13 +1418,6 @@ Theme::Theme(AssetManager2* asset_manager) : asset_manager_(asset_manager) { Theme::~Theme() = default; struct Theme::Entry { uint32_t attr_res_id; ApkAssetsCookie cookie; uint32_t type_spec_flags; Res_value value; }; namespace { struct ThemeEntryKeyComparer { bool operator() (const Theme::Entry& entry, uint32_t attr_res_id) const noexcept { Loading