Home
last modified time | relevance | path

Searched refs:GetBuilderId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_layout_algorithm.cpp35 if (child->GetHostNode()->GetId() != pattern->GetBuilderId()) { in Measure()
H A Dtext_clock_pattern.h113 int32_t GetBuilderId() in GetBuilderId() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.h70 int32_t GetBuilderId() const override in GetBuilderId() function
H A Dbutton_pattern.h315 virtual int32_t GetBuilderId() const in GetBuilderId() function
H A Dbutton_layout_algorithm.cpp41 if (child->GetHostNode()->GetId() != pattern->GetBuilderId()) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_layout_algorithm.cpp92 if (child->GetHostNode()->GetId() != pattern->GetBuilderId()) { in Measure()
H A Dswitch_pattern.h134 int32_t GetBuilderId() in GetBuilderId() function
H A Dtoggle_model_ng.cpp291 …if (switchPattern && switchPattern->UseContentModifier() && switchPattern->GetBuilderId() == child… in ReplaceAllChild()
301 toggleButtonPattern->GetBuilderId() == child->GetId()) { in ReplaceAllChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.h246 int32_t GetBuilderId() in GetBuilderId() function
H A Dmenu_layout_algorithm.cpp775 if (child->GetHostNode()->GetId() != pattern->GetBuilderId()) { in CalculateIdealSize()