Home
last modified time | relevance | path

Searched refs:selectMenuInnerProperty (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.cpp942 auto selectMenuInnerProperty = selectMenuInner_->GetLayoutProperty(); in MoreAnimation() local
943 CHECK_NULL_VOID(selectMenuInnerProperty); in MoreAnimation()
990 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, in MoreAnimation()
993 selectMenuInnerProperty->UpdateVisibility(VisibleType::GONE); in MoreAnimation()
1028 auto selectMenuInnerProperty = selectMenuInner_->GetLayoutProperty(); in BackAnimation() local
1029 CHECK_NULL_VOID(selectMenuInnerProperty); in BackAnimation()
1047 selectMenuInnerProperty->UpdateVisibility(VisibleType::VISIBLE); in BackAnimation()
1073 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, in BackAnimation()
1076 selectMenuInnerProperty->UpdateVisibility(VisibleType::VISIBLE); in BackAnimation()