Home
last modified time | relevance | path

Searched refs:heightMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_theme.h153 … 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 Dbutton_extend_test_ng.cpp135 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()
H A Dbutton_content_modifier_test_ng.cpp136 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()
H A Dbutton_test_ng.cpp154 …buttonTheme->heightMap_.emplace(std::pair<ControlSize, Dimension>(ControlSize::SMALL, DEFAULT_HEIG… in SetUpTestCase()