Home
last modified time | relevance | path

Searched refs:backButtonProperty (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.cpp944 auto backButtonProperty = backButton_->GetLayoutProperty(); in MoreAnimation() local
945 CHECK_NULL_VOID(backButtonProperty); in MoreAnimation()
964 backButtonProperty->UpdateVisibility(VisibleType::VISIBLE); in MoreAnimation()
990 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, in MoreAnimation()
1030 auto backButtonProperty = backButton_->GetLayoutProperty(); in BackAnimation() local
1031 CHECK_NULL_VOID(backButtonProperty); in BackAnimation()
1073 FinishCallback callback = [selectMenuInnerProperty, extensionProperty, backButtonProperty, in BackAnimation()
1078 backButtonProperty->UpdateVisibility(VisibleType::GONE); in BackAnimation()