Home
last modified time | relevance | path

Searched refs:SetIsCreateDialogComponent (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.cpp108 timePicker->SetIsCreateDialogComponent(true); in SetDatePickerDialogShow()
132 datePicker->SetIsCreateDialogComponent(true); in SetDatePickerDialogShow()
H A Dtimepicker_model_impl.cpp72 timePicker->SetIsCreateDialogComponent(true); in SetTimePickerDialogShow()
H A Dtextpicker_model_impl.cpp95 pickerText->SetIsCreateDialogComponent(true); in SetTextPickerDialogShow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_base_component.h124 void SetIsCreateDialogComponent(bool value) in SetIsCreateDialogComponent() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_datepicker.cpp1243 datePicker->SetIsCreateDialogComponent(true); in CreateDatePicker()
1259 timePicker->SetIsCreateDialogComponent(true); in CreateTimePicker()
1867 timePicker->SetIsCreateDialogComponent(true); in CreateTimePicker()
H A Djs_textpicker.cpp1892 component->SetIsCreateDialogComponent(true); in ParseText()