/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 instanceId) {} in SetHotAreas() function in OHOS::Ace::SubwindowManager
|
H A D | mock_subwindow.h | 64 MOCK_METHOD2(SetHotAreas, void(const std::vector<Rect>& rects, int32_t overlayId));
|
/foundation/arkui/ace_engine/frameworks/base/subwindow/ |
H A D | subwindow.h | 91 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas() function in OHOS::Ace::Subwindow
|
H A D | subwindow_manager.h | 99 void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId = -1, int32_t instanceId = -1);
|
H A D | subwindow_manager.cpp | 486 void SubwindowManager::SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId, int32_t instanceId) in SetHotAreas() function in OHOS::Ace::SubwindowManager 498 subwindow->SetHotAreas(rects, nodeId); in SetHotAreas()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuwrapper_test_ng.cpp | 472 wrapperPattern->SetHotAreas(layoutWrapper); in HWTEST_F() 519 wrapperPattern->SetHotAreas(layoutWrapper); in HWTEST_F() 871 * @tc.desc: Verify SetHotAreas. 1544 * @tc.desc: test SetHotAreas 1589 wrapperPattern->SetHotAreas(layoutWrapper); in HWTEST_F() 1595 * @tc.desc: test SetHotAreas 1641 wrapperPattern->SetHotAreas(layoutWrapper); in HWTEST_F() 1647 * @tc.desc: test SetHotAreas 1694 wrapperPattern->SetHotAreas(layoutWrapper); in HWTEST_F() 1700 * @tc.desc: test SetHotAreas [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 567 SetHotAreas(dirty); in OnDirtyLayoutWrapperSwap() 575 void MenuWrapperPattern::SetHotAreas(const RefPtr<LayoutWrapper>& layoutWrapper) in SetHotAreas() function in OHOS::Ace::NG::MenuWrapperPattern 618 SubwindowManager::GetInstance()->SetHotAreas(rects, GetHost()->GetId(), GetContainerId()); in SetHotAreas()
|
H A D | menu_wrapper_pattern.h | 489 void SetHotAreas(const RefPtr<LayoutWrapper>& layoutWrapper);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 459 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartEnteringTransitionEffects() 573 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartAlphaEnteringAnimation()
|
H A D | bubble_layout_algorithm.h | 221 void SetHotAreas(bool showInSubWindow, bool isBlock, RefPtr<FrameNode> frameNode, int32_t containerId);
|
H A D | bubble_layout_algorithm.cpp | 489 SetHotAreas(showInSubWindow, isBlock, frameNode, bubblePattern->GetContainerId()); in Layout() 511 void BubbleLayoutAlgorithm::SetHotAreas(bool showInSubWindow, bool isBlock, in SetHotAreas() function in OHOS::Ace::NG::BubbleLayoutAlgorithm 535 subWindowMgr->SetHotAreas(rects, frameNode->GetId(), containerId); in SetHotAreas()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/subwindow/ |
H A D | subwindow_ohos.h | 101 void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) override;
|
H A D | subwindow_ohos.cpp | 966 void SubwindowOhos::SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) in SetHotAreas() function in SubwindowOhos
|
/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | render_select_popup.cpp | 73 SubwindowManager::GetInstance()->SetHotAreas(rects); in OnPaintFinish()
|
/foundation/arkui/ace_engine/frameworks/core/components/bubble/ |
H A D | render_bubble.cpp | 1019 SubwindowManager::GetInstance()->SetHotAreas(rects); in OnPaintFinish() 1024 SubwindowManager::GetInstance()->SetHotAreas(rects); in OnPaintFinish()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/dialog/ |
H A D | dialog_layout_algorithm.cpp | 637 SubwindowManager::GetInstance()->SetHotAreas(rects, frameNodeId, subWindowId_); in SetSubWindowHotarea()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/ |
H A D | bubble_test_ng.cpp | 2088 bubbleLayoutAlgorithm->SetHotAreas(true, false, frameNode, 0); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 1736 subWindowMgr->SetHotAreas(rects, popupId, popupPattern->GetContainerId()); in SetPopupHotAreas()
|