Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h250 hasWidth_ = hasWidth; in SetHasWidth()
255 return hasWidth_; in GetHasWidth()
291 bool hasWidth_ = false; variable
H A Drender_scroll.h240 hasWidth_ = hasWidth; in SetHasWidth()
245 return hasWidth_; in GetHasWidth()
341 bool hasWidth_ = false; variable
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.h497 bool hasWidth_ = false; variable
H A Drender_list.cpp169 hasWidth_ = component_->GetHasWidth(); in Update()
713 if ((hasHeight_ && vertical_) || (hasWidth_ && !vertical_)) { in PerformLayout()