Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp576 auto divideNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(1)); in SwitchContentRowButton() local
577 CHECK_NULL_VOID(divideNode); in SwitchContentRowButton()
578 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in SwitchContentRowButton()
607 auto divideNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(1)); in ShowContentRowButton() local
608 CHECK_NULL_VOID(divideNode); in ShowContentRowButton()
609 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton()
629 …auto divideNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(DIVIDER_ROWS_THREE)); in ShowContentRowButton() local
630 CHECK_NULL_VOID(divideNode); in ShowContentRowButton()
631 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton()