Home
last modified time | relevance | path

Searched refs:focusAnimationManager_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2244 focusAnimationManager_->SetAvailableRect(paintRect); in SetRootSizeWithWidthHeight()
2391 focusAnimationManager_->CancelFocusAnimation(); in CancelFocusAnimation()
2396 focusAnimationManager_->PopFocusAnimationElement(); in PopFocusAnimation()
2401 focusAnimationManager_->PopRootFocusAnimationElement(); in PopRootFocusAnimation()
2544 return focusAnimationManager_->GetRenderFocusAnimation(); in GetRenderFocusAnimation()
2559 focusAnimationManager_->PushShadow(element); in PushShadow()
2564 focusAnimationManager_->PopShadow(); in PopShadow()
2569 focusAnimationManager_->CancelShadow(); in CancelShadow()
2574 focusAnimationManager_->SetUseRoot(useRoot); in SetUseRootAnimation()
3197 if (focusAnimationManager_) { in SetIsKeyEvent()
[all …]
H A Dpipeline_context.h906 RefPtr<FocusAnimationManager> focusAnimationManager_; variable