Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp935 auto selectMenuInnerContext = selectMenuInner_->GetRenderContext(); in MoreAnimation() local
936 CHECK_NULL_VOID(selectMenuInnerContext); in MoreAnimation()
973 …extensionOption, [extensionContext, selectMenuInnerContext, id = Container::CurrentId(), shadowThe… in MoreAnimation()
981 selectMenuInnerContext->UpdateOpacity(0.0); in MoreAnimation()
1008selectMenuInnerContext->UpdateTransformTranslate({ ANIMATION_TEXT_OFFSET.ConvertToPx(), 0.0f, 0.0f… in MoreAnimation()
1021 auto selectMenuInnerContext = selectMenuInner_->GetRenderContext(); in BackAnimation() local
1022 CHECK_NULL_VOID(selectMenuInnerContext); in BackAnimation()
1056 …AnimationUtils::Animate(extensionOption, [extensionContext, selectMenuInnerContext, id = Container… in BackAnimation()
1062 selectMenuInnerContext->UpdateOpacity(1.0); in BackAnimation()
1099 selectMenuInnerContext->UpdateTransformTranslate({ 0.0f, 0.0f, 0.0f }); in BackAnimation()