Home
last modified time | relevance | path

Searched refs:IsWidthModifiedBySelect (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.h173 bool IsWidthModifiedBySelect() const in IsWidthModifiedBySelect() function
H A Doption_pattern.cpp576 if (IsWidthModifiedBySelect()) { in GetSelectOptionWidth()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp506 EXPECT_FALSE(optionPattern_->IsWidthModifiedBySelect());
514 EXPECT_TRUE(optionPattern_->IsWidthModifiedBySelect());
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.h292 bool IsWidthModifiedBySelect() const in IsWidthModifiedBySelect() function
H A Dscroll_pattern.cpp1042 if (IsWidthModifiedBySelect()) { in GetSelectScrollWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h302 bool IsWidthModifiedBySelect() const in IsWidthModifiedBySelect() function
H A Dmenu_pattern.cpp1682 if (IsWidthModifiedBySelect()) { in GetSelectMenuWidth()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_test_ng.cpp1616 EXPECT_FALSE(pattern_->IsWidthModifiedBySelect());
1625 EXPECT_TRUE(pattern_->IsWidthModifiedBySelect());
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenu_origin_test_ng.cpp1593 EXPECT_TRUE(menuPattern->IsWidthModifiedBySelect());