Home
last modified time | relevance | path

Searched refs:DIVIDER_ROWS_THREE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp43 const int32_t DIVIDER_ROWS_THREE = 3; variable
466 …firmDividerNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(DIVIDER_ROWS_THREE)); in SwitchTimePickerPage()
629 …auto divideNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(DIVIDER_ROWS_THREE)); in ShowContentRowButton()
688 contentRow->AddChild(nextConfirmDividerNode, DIVIDER_ROWS_THREE); in CreateButtonNodeForAging()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp33 const int32_t DIVIDER_ROWS_THREE = 3; variable
522 contentRow->AddChild(nextConfirmDividerNode, DIVIDER_ROWS_THREE); in CreateButtonNodeForAging()