Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/
H A Dnavrouter_model_test_ng.cpp103 auto preNavDestination = NavDestinationGroupNode::GetOrCreateGroupNode( variable
105 std::pair<std::string, RefPtr<UINode>> p("test", preNavDestination);
148 preNavDestination->titleBarNode_ = preDestinationTitleBarNode;
154 std::pair<std::string, RefPtr<UINode>> p1("23", preNavDestination);
191 preNavDestination->contentNode_ = preContentNode;
203 preNavDestination->titleBarNode_ = preDestinationTitleBarNode;
209 std::pair<std::string, RefPtr<UINode>> p1("23", preNavDestination);
248 preNavDestination->contentNode_ = preContentNode;
290 preNavDestination->contentNode_ = preContentNode;
309 std::pair<std::string, RefPtr<UINode>> p("test", preNavDestination);
[all …]
H A Dnavrouter_group_test_ng.cpp597 auto preNavDestination = NavDestinationGroupNode::GetOrCreateGroupNode( variable
599 preNavDestination->titleBarNode_ = TitleBarNode::GetOrCreateTitleBarNode(
601 std::pair<std::string, RefPtr<UINode>> p("test", preNavDestination);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
H A Dnavigation_group_node.cpp510 auto preNavDestination = AceType::DynamicCast<NavDestinationGroupNode>(preNode); in CreateAnimationWithPop() local
511 CHECK_NULL_VOID(preNavDestination); in CreateAnimationWithPop()
512 preNavDestination->InitSystemTransitionPop(false); in CreateAnimationWithPop()
546 auto preNavDestination = AceType::DynamicCast<NavDestinationGroupNode>(preNode); in CreateAnimationWithPop() local
547 CHECK_NULL_VOID(preNavDestination); in CreateAnimationWithPop()
548 preNavDestination->StartSystemTransitionPop(false); in CreateAnimationWithPop()
553 auto titleOpacityAnimation = preNavDestination->TitleOpacityAnimation(false); in CreateAnimationWithPop()
557 auto backButtonAnimation = preNavDestination->BackButtonAnimation(false); in CreateAnimationWithPop()
1574 auto preNavDestination = AceType::DynamicCast<NavDestinationGroupNode>(preNode); in InitPopPreList() local
1575 if (preNavDestination) { in InitPopPreList()
[all …]