Home
last modified time | relevance | path

Searched refs:customComponent_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Dprogress_element.h32 customComponent_ = component_; in Update()
41 return (newComponent == customComponent_) && Element::CanUpdate(newComponent); in CanUpdate()
45 WeakPtr<Component> customComponent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_element.h38 customComponent_ = component_; in Update()
44 return (newComponent == customComponent_) && Element::CanUpdate(newComponent); in CanUpdate()
67 WeakPtr<Component> customComponent_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Dcustom_paint_element.h41 customComponent_ = component_; in Update()
54 return (newComponent == customComponent_) && Element::CanUpdate(newComponent); in CanUpdate()
58 WeakPtr<Component> customComponent_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_component_v2.h101 customComponent_ = customComponent; in SetCustomComponent()
106 return customComponent_; in GetCustomComponent()
125 RefPtr<Component> customComponent_; variable
H A Dpopup_component_v2.cpp65 if (customComponent_) { in Initialization()
66 child = customComponent_; in Initialization()
180 …if (!customComponent_ && !primaryButtonProperties_.showButton && !secondaryButtonProperties_.showB… in CreateBox()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_element.h47 return (newComponent == customComponent_) && Element::CanUpdate(newComponent); in CanUpdate()
51 WeakPtr<Component> customComponent_;
H A Dcheckable_element.cpp29 customComponent_ = component_; in Update()
101 auto selfComponent = AceType::DynamicCast<CheckboxComponent>(customComponent_.Upgrade()); in SetNewComponent()
137 auto selfComponent = AceType::DynamicCast<CheckboxComponent>(customComponent_.Upgrade()); in Deactivate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.h196 return customComponent_ != nullptr; in HasCustomChild()
201 customComponent_ = customChild; in SetCustomChild()
356 RefPtr<Component> customComponent_; variable
H A Dalert_dialog_component.cpp83 BuildFocusChild(customComponent_, focusCollaboration); in BuildChild()
H A Ddialog_component.cpp105 BuildFocusChild(customComponent_, focusCollaboration); in BuildChild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h347 customComponent_ = component; in SetCustomComponent()
352 return customComponent_; in GetCustomComponent()
420 RefPtr<Component> customComponent_; variable
H A Doption_component.cpp53 if (customComponent_) { in Initialize()
55 AppendChild(customComponent_); in Initialize()