Home
last modified time | relevance | path

Searched refs:GetDividerLength (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/divider/
H A Ddivider_layout_algorithm.h33 float GetDividerLength() const;
H A Ddivider_pattern.cpp29 dividerLength_ = dividerLayoutAlgorithm->GetDividerLength(); in OnDirtyLayoutWrapperSwap()
H A Ddivider_layout_algorithm.cpp76 float DividerLayoutAlgorithm::GetDividerLength() const in GetDividerLength() function in OHOS::Ace::NG::DividerLayoutAlgorithm
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h89 const Dimension& GetDividerLength() const in GetDividerLength() function
H A Ddom_list_item.cpp303 listItemComponent_->SetDividerLength(parentList->GetDividerLength()); in SetDividerStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h334 const Dimension& GetDividerLength() const in GetDividerLength() function
H A Dlist_component.h461 const Dimension& GetDividerLength() const in GetDividerLength() function
H A Drender_list_item.cpp217 dividerLength_ = item->GetDividerLength(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_theme.h221 const Dimension& GetDividerLength() const in GetDividerLength() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/divider/old_cases/
H A Ddivider_test_ng.cpp240 EXPECT_EQ(dividerLayoutAlgorithm->GetDividerLength(), 100.0f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/
H A Ddialog_pattern.cpp865 auto dividerLength = dialogTheme_->GetDividerLength(); in AddButtonAndDivider()