Home
last modified time | relevance | path

Searched refs:hasChild_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_paint_method.h28 explicit ScrollBarPaintMethod(bool hasChild) : hasChild_(hasChild) {}; in DECLARE_ACE_TYPE()
49 bool hasChild_ = false;
H A Dscroll_bar_pattern.h232 auto paint = MakeRefPtr<ScrollBarPaintMethod>(hasChild_); in CreateNodePaintMethod()
252 hasChild_ = hasChild; in SetChild()
267 return hasChild_; in HasChild()
358 bool hasChild_ = false; variable
H A Dscroll_bar_paint_method.cpp38 if (!hasChild_) { in UpdateOverlayModifier()
H A Dscroll_bar_pattern.cpp511hasChild_ ? DumpLog::GetInstance().AddDesc("hasChild: true") : DumpLog::GetInstance().AddDesc("has… in DumpAdvanceInfo()
516 if (!hasChild_ && scrollBar_) { in DumpAdvanceInfo()