Searched refs:heightMap_ (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/ |
H A D | button_theme.h | 153 … theme->heightMap_.insert(std::pair<ControlSize, Dimension>(ControlSize::NORMAL, theme->height_)); in ParseSubStylePattern() 154 theme->heightMap_.insert(std::pair<ControlSize, Dimension>( in ParseSubStylePattern() 385 auto result = heightMap_.find(controlSize); in GetHeight() 386 if (result != heightMap_.end()) { in GetHeight() 482 std::unordered_map<ControlSize, Dimension> heightMap_; variable
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 135 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()
|
H A D | button_content_modifier_test_ng.cpp | 136 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()
|
H A D | button_test_ng.cpp | 154 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()
|