Home
last modified time | relevance | path

Searched defs:overlayId (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/
H A Dselect_overlay_proxy_test_ng.cpp81 auto overlayId = selectOverlayProxy->GetSelectOverlayId(); variable
121 auto overlayId = selectOverlayProxy->GetSelectOverlayId(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_overlay/
H A Dselect_overlay_manager.cpp136 void SelectOverlayManager::DestroySelectOverlay(int32_t overlayId, bool animation) in DestroySelectOverlay()
201 bool SelectOverlayManager::HasSelectOverlay(int32_t overlayId) in HasSelectOverlay()
235 RefPtr<SelectOverlayNode> SelectOverlayManager::GetSelectOverlayNode(int32_t overlayId) in GetSelectOverlayNode()
423 void SelectOverlayManager::CloseSelectContentOverlay(int32_t overlayId, CloseReason reason, bool an… in CloseSelectContentOverlay()
H A Dselect_overlay_client.cpp199 auto overlayId = selectOverlayProxy_->GetSelectOverlayId(); in SelectOverlayIsOn() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_subwindow_manager.cpp45 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t overlayId, int32_t insta… in SetHotAreas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp147 …const std::function<void()>& callback, int32_t overlayId, float& buttonWidth, bool isSelectAll = f… in BuildPasteButton()
205 …const std::shared_ptr<SelectOverlayInfo>& info, int32_t overlayId, const MenuOptionsParam& item, f… in CreatePasteButtonForCreateMenu()
231 …ode> BuildButton(const std::string& data, const std::function<void()>& callback, int32_t overlayId, in BuildButton()
305 …nClickEvent(const RefPtr<FrameNode>& button, const MenuOptionsParam& menuOption, int32_t overlayId) in BindButtonClickEvent()
327 RefPtr<FrameNode> BuildButton(const MenuOptionsParam& menuOption, int32_t overlayId, float& content… in BuildButton()
378int32_t overlayId, const std::function<void()>& systemCallback, const OnMenuItemCallback& onCreate… in BindCreateMenuItemClickEvent()
420 …d::function<void()>& systemCallback, const OnMenuItemCallback& menuItemCallback, int32_t overlayId, in BuildCreateMenuItemButton()
476 RefPtr<FrameNode> BuildMoreOrBackButton(int32_t overlayId, bool isMoreButton) in BuildMoreOrBackButton()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp81 uint32_t overlayId = overlayNode->GetWindowId(); in AddOrRemoveOverlayWindowIfNeed() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/
H A Dselect_content_overlay_manager.cpp699 void SelectContentOverlayManager::CloseWithOverlayId(int32_t overlayId, CloseReason reason, bool an… in CloseWithOverlayId()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3693 auto overlayId = selectOverlayProxy_->GetSelectOverlayId(); in OnParentScrollStartOrEndCallback() local