Searched refs:AddPageTransitionListener (Results 1 – 11 of 11) sorted by relevance
49 void AddPageTransitionListener(const Callback& callback) in AddPageTransitionListener() function54 typename Callback::IdType AddPageTransitionListener(const CallbackFuncType& funcObject) in AddPageTransitionListener() function57 AddPageTransitionListener(callback); in AddPageTransitionListener()
58 pipelineContext->AddPageTransitionListener( in RegisterTransitionListener()
42 pipelineContext->AddPageTransitionListener( in RegisterTransitionListener()
37 pipelineContext->AddPageTransitionListener([weak = AceType::WeakClaim(this)] in Prepare()
351 lastTransitionListener_ = pipeline->AddPageTransitionListener( in OnPopPage()448 self->lastTransitionListener_ = pipelineContext->AddPageTransitionListener( in OnPageReady()
127 … context->AddPageTransitionListener([weak = AceType::WeakClaim(this)](const TransitionEvent& event, in RegisterTransitionListener()
1366 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in OnPageReady()1491 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()1564 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()
2419 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in OnPageReady()2551 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()2642 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()2692 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in RestorePopPage()2870 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in ReplacePageInSubStage()
1329 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopToPage()1393 delegate->pageTransitionListenerId_ = pipelineContext->AddPageTransitionListener( in PopPage()
373 …BaseId::IdType AddPageTransitionListener(const PageTransitionListenable::CallbackFuncType& funcObj…
1196 BaseId::IdType PipelineContext::AddPageTransitionListener(const PageTransitionListenable::CallbackF… in AddPageTransitionListener() function in OHOS::Ace::PipelineContext1208 return stageElement->AddPageTransitionListener(funcObject); in AddPageTransitionListener()