Searched defs:overlayId (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | select_overlay_proxy_test_ng.cpp | 81 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 D | select_overlay_manager.cpp | 136 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 D | select_overlay_client.cpp | 199 auto overlayId = selectOverlayProxy_->GetSelectOverlayId(); in SelectOverlayIsOn() local
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_subwindow_manager.cpp | 45 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 D | select_overlay_node.cpp | 147 …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() 378 …int32_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 D | avoid_area_controller.cpp | 81 uint32_t overlayId = overlayNode->GetWindowId(); in AddOrRemoveOverlayWindowIfNeed() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_content_overlay_manager.cpp | 699 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 D | web_pattern.cpp | 3693 auto overlayId = selectOverlayProxy_->GetSelectOverlayId(); in OnParentScrollStartOrEndCallback() local
|