Searched refs:divideNode (Results 1 – 1 of 1) sorted by relevance
576 auto divideNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(1)); in SwitchContentRowButton() local577 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() local608 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() local630 CHECK_NULL_VOID(divideNode); in ShowContentRowButton()631 auto divideLayoutProperty = divideNode->GetLayoutProperty<LayoutProperty>(); in ShowContentRowButton()