Home
last modified time | relevance | path

Searched refs:PickerValueComponent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_value_component.h25 class PickerValueComponent : public SoleChildComponent {
26 DECLARE_ACE_TYPE(PickerValueComponent, SoleChildComponent);
29 explicit PickerValueComponent(const PickerValueCallback& clickCallback) in PickerValueComponent() function
38 ~PickerValueComponent() override = default;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.h100 RefPtr<PickerValueComponent> valuePickerChild_;
H A Ddom_picker_base.cpp37 valuePickerChild_ = AceType::MakeRefPtr<PickerValueComponent>([weak = WeakClaim(this)]() { in DOMPickerBase()