Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h260 hasHeight_ = hasHeight; in SetHasHeight()
265 return hasHeight_; in GetHasHeight()
292 bool hasHeight_ = false; variable
H A Drender_scroll.h250 hasHeight_ = hasHeight; in SetHasHeight()
255 return hasHeight_; in GetHasHeight()
342 bool hasHeight_ = false; variable
H A Drender_scroll.cpp845 hasHeight_ = scroll->GetHasHeight(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h496 bool hasHeight_ = false; variable
H A Drender_list.cpp168 hasHeight_ = component_->GetHasHeight(); in Update()
713 if ((hasHeight_ && vertical_) || (hasWidth_ && !vertical_)) { in PerformLayout()