Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.h49 void CloseWithOverlayId(int32_t overlayId, CloseReason reason, bool animation);
H A Dselect_content_overlay_manager.cpp699 void SelectContentOverlayManager::CloseWithOverlayId(int32_t overlayId, CloseReason reason, bool an… in CloseWithOverlayId() function in OHOS::Ace::NG::SelectContentOverlayManager
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp426 selectContentManager_->CloseWithOverlayId(overlayId, reason, animation); in CloseSelectContentOverlay()