Searched refs:arrowNode (Results 1 – 4 of 4) sorted by relevance
28 RefPtr<TextLayoutProperty> GetSymbolProperty(const RefPtr<FrameNode>& arrowNode);29 RefPtr<MockRenderContext> GetArrowContext(const RefPtr<FrameNode>& arrowNode);34 RefPtr<TextLayoutProperty> SwiperArrowTestNg::GetSymbolProperty(const RefPtr<FrameNode>& arrowNode) in GetSymbolProperty() argument36 auto buttonNode = AceType::DynamicCast<FrameNode>(arrowNode->GetFirstChild()); in GetSymbolProperty()41 RefPtr<MockRenderContext> SwiperArrowTestNg::GetArrowContext(const RefPtr<FrameNode>& arrowNode) in GetArrowContext() argument43 auto buttonNode = AceType::DynamicCast<FrameNode>(arrowNode->GetFirstChild()); in GetArrowContext()779 auto arrowNode = FrameNode::GetOrCreateFrameNode( variable781 auto pattern = arrowNode->GetPattern<SwiperArrowPattern>();782 arrowNode->GetOrCreateFocusHub();784 auto focusHub = arrowNode->GetFocusHub();
1191 auto arrowNode = DynamicCast<FrameNode>( in CalculateCustomOffset() local1193 CHECK_NULL_RETURN(arrowNode, indicatorOffset); in CalculateCustomOffset()1194 SizeF arrowFrameSize = arrowNode->GetGeometryNode()->GetFrameSize(); in CalculateCustomOffset()
727 void SaveArrowProperty(const RefPtr<FrameNode>& arrowNode);
4627 void SwiperPattern::SaveArrowProperty(const RefPtr<FrameNode>& arrowNode) in SaveArrowProperty() argument4633 const auto arrowProps = arrowNode->GetLayoutProperty<SwiperArrowLayoutProperty>(); in SaveArrowProperty()4794 …auto arrowNode = DynamicCast<FrameNode>(swiperNode->GetChildAtIndex(swiperNode->GetChildIndexById(… in GetArrowFrameRect() local4795 CHECK_NULL_RETURN(arrowNode, RectF(0, 0, 0, 0)); in GetArrowFrameRect()4796 auto arrowGeometryNode = arrowNode->GetGeometryNode(); in GetArrowFrameRect()