Home
last modified time | relevance | path

Searched refs:GetDisplayType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h172 DisplayType GetDisplayType() const in GetDisplayType() function
H A Drender_flex_item.h147 DisplayType GetDisplayType() const in GetDisplayType() function
H A Drender_flex_item.cpp62 displayType_ = flexItem->GetDisplayType(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h363 DisplayType GetDisplayType() const in GetDisplayType() function
H A Drender_box_base.cpp724 displayType_ = box->GetDisplayType(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp108 (flexItem->GetDisplayType() == DisplayType::BLOCK)) { in PerformLayout()
113 } else if (flexItem && flexItem->GetDisplayType() == DisplayType::INLINE) { in PerformLayout()