Searched refs:currentFrameNode (Results 1 – 8 of 8) sorted by relevance
82 auto currentFrameNode = AceType::DynamicCast<FrameNode>(*(++iterator)); in OnModifyDone() local83 CHECK_NULL_VOID(currentFrameNode); in OnModifyDone()84 auto currentPattern = currentFrameNode->GetPattern<CalendarMonthPattern>(); in OnModifyDone()134 currentFrameNode->MarkModifyDone(); in OnModifyDone()135 currentFrameNode->MarkDirtyNode(PROPERTY_UPDATE_RENDER); in OnModifyDone()146 currentFrameNode->MarkModifyDone(); in OnModifyDone()147 currentFrameNode->MarkDirtyNode(PROPERTY_UPDATE_RENDER); in OnModifyDone()158 currentFrameNode->MarkModifyDone(); in OnModifyDone()159 currentFrameNode->MarkDirtyNode(PROPERTY_UPDATE_RENDER); in OnModifyDone()414 auto currentFrameNode = AceType::DynamicCast<FrameNode>(*(++iterator)); in ClearChildrenFocus() local[all …]
118 auto currentFrameNode = AceType::DynamicCast<FrameNode>(currentNode); in Pop() local119 if (currentFrameNode) { in Pop()120 currentFrameNode->OnMountToParentDone(); in Pop()
1958 auto currentFrameNode = pattern_->GetCurrentFrameNode(pattern_->GetLoopIndex(targetIndex)); variable1959 EXPECT_NE(currentFrameNode, nullptr);1960 auto swiperLayoutProperty = currentFrameNode->GetLayoutProperty<LayoutProperty>();
53 auto currentFrameNode = AceType::DynamicCast<FrameNode>(currentNode); variable54 currentFrameNode->MountToParent(frameNode_);
915 auto currentFrameNode = AceType::DynamicCast<FrameNode>(*(++iterator)); variable916 ASSERT_NE(currentFrameNode, nullptr);917 auto currentPattern = currentFrameNode->GetPattern<CalendarMonthPattern>();
513 auto currentFrameNode = AceType::DynamicCast<FrameNode>(currentNode); variable514 currentFrameNode->MountToParent(frameNode_);
370 auto currentFrameNode = AceType::DynamicCast<FrameNode>(currentNode); variable371 currentFrameNode->MountToParent(frameNode_);
1692 auto currentFrameNode = GetCurrentFrameNode(GetLoopIndex(targetIndex)); in CheckTargetIndex() local1693 CHECK_NULL_RETURN(currentFrameNode, targetIndex); in CheckTargetIndex()1694 auto props = currentFrameNode->GetLayoutProperty<LayoutProperty>(); in CheckTargetIndex()