Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.h103 … static void SwitchContentRowButton(const RefPtr<FrameNode>& contentRow, bool useMilitary = false);
H A Ddatepicker_dialog_view.cpp551 void DatePickerDialogView::SwitchContentRowButton(const RefPtr<FrameNode>& contentRow, bool useMili… in SwitchContentRowButton() function in OHOS::Ace::NG::DatePickerDialogView
1692 SwitchContentRowButton(contentRow, useMilitary); in SwitchPickerPage()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_column_test_ng.cpp493 DatePickerDialogView::SwitchContentRowButton(contentRow, true);
495 DatePickerDialogView::SwitchContentRowButton(contentRow, true);
496 DatePickerDialogView::SwitchContentRowButton(contentRow, false);