Home
last modified time | relevance | path

Searched refs:SetHasButtons (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dpicker_model_impl.cpp30 datePicker->SetHasButtons(false); in CreateDatePicker()
40 timePicker->SetHasButtons(false); in CreateTimePicker()
H A Dtimepicker_model_impl.cpp28 timePicker->SetHasButtons(false); in CreateTimePicker()
H A Dtextpicker_model_impl.cpp29 textPicker->SetHasButtons(false); in Create()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_datetime_component.cpp30 SetHasButtons(theme->GetShowButtons()); in OnTitleBuilding()
H A Dpicker_base_component.h97 void SetHasButtons(bool value) in SetHasButtons() function
H A Dpicker_base_component.cpp238 SetHasButtons(theme->GetShowButtons()); in OnTitleBuilding()
H A Dpicker_date_component.cpp61 SetHasButtons(theme->GetShowButtons()); in OnTitleBuilding()