Home
last modified time | relevance | path

Searched refs:isFirstPage (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.h104 static void ShowContentRowButton(const RefPtr<FrameNode>& contentRow, bool isFirstPage = true);
H A Ddatepicker_dialog_view.cpp593 …d DatePickerDialogView::ShowContentRowButton(const RefPtr<FrameNode>& contentRow, bool isFirstPage) in ShowContentRowButton() argument
601 if (isFirstPage) { in ShowContentRowButton()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_test_update.cpp2008 bool isFirstPage = true; variable
2010 DatePickerDialogView::ShowContentRowButton(columnNode_, isFirstPage);
2024 bool isFirstPage = false; variable
2026 DatePickerDialogView::ShowContentRowButton(columnNode_, isFirstPage);