Home
last modified time | relevance | path

Searched refs:GetHasWidth (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_single_child_scroll.cpp241 if (GetHasWidth()) { in PerformLayout()
285 if (GetHasWidth()) { in PerformLayout()
H A Dscroll_component.h253 const bool& GetHasWidth() const in GetHasWidth() function
H A Drender_scroll.h243 const bool& GetHasWidth() const in GetHasWidth() function
H A Drender_scroll.cpp846 hasWidth_ = scroll->GetHasWidth(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp169 hasWidth_ = component_->GetHasWidth(); in Update()