Searched refs:nextConfirmDividerNode (Results 1 – 3 of 3) sorted by relevance
511 auto nextConfirmDividerNode = CreateDividerNode(timePickerNode, true); in CreateButtonNodeForAging() local512 CHECK_NULL_RETURN(nextConfirmDividerNode, nullptr); in CreateButtonNodeForAging()515 cancelNextDividerNode, nextConfirmDividerNode); in CreateButtonNodeForAging()522 contentRow->AddChild(nextConfirmDividerNode, DIVIDER_ROWS_THREE); in CreateButtonNodeForAging()527 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging()551 auto nextConfirmDividerNode = weaknextConfirmDividerNode.Upgrade(); in CreateAndSetTimePickerSwitchEvent() local552 CHECK_NULL_VOID(nextConfirmDividerNode); in CreateAndSetTimePickerSwitchEvent()554 cancelNextDividerNode, nextConfirmDividerNode); in CreateAndSetTimePickerSwitchEvent()563 const RefPtr<FrameNode>& nextConfirmDividerNode) in SwitchTimePickerPage() argument601 auto nextConfirmLayoutProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in SwitchTimePickerPage()[all …]
83 … const RefPtr<FrameNode>& cancelNextDividerNode, const RefPtr<FrameNode>& nextConfirmDividerNode);86 const RefPtr<FrameNode>& nextConfirmDividerNode);
466 …auto nextConfirmDividerNode = AceType::DynamicCast<FrameNode>(contentRow->GetChildAtIndex(DIVIDER_… in SwitchTimePickerPage() local467 CHECK_NULL_VOID(nextConfirmDividerNode); in SwitchTimePickerPage()468 auto nextConfirmLayoutProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in SwitchTimePickerPage()471 nextConfirmDividerNode->MarkDirtyNode(); in SwitchTimePickerPage()673 auto nextConfirmDividerNode = CreateDividerNode(datePickerNode, true); in CreateButtonNodeForAging() local674 CHECK_NULL_RETURN(nextConfirmDividerNode, nullptr); in CreateButtonNodeForAging()688 contentRow->AddChild(nextConfirmDividerNode, DIVIDER_ROWS_THREE); in CreateButtonNodeForAging()693 auto nextConfirmDividerProperty = nextConfirmDividerNode->GetLayoutProperty<LayoutProperty>(); in CreateButtonNodeForAging()