Home
last modified time | relevance | path

Searched refs:SetHotAreas (Results 1 - 18 of 18) sorted by relevance

/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 instanceId) {} in SetHotAreas() function in OHOS::Ace::SubwindowManager
H A Dmock_subwindow.h64 MOCK_METHOD2(SetHotAreas, void(const std::vector<Rect>& rects, int32_t overlayId));
/foundation/arkui/ace_engine/frameworks/base/subwindow/
H A Dsubwindow.h91 virtual void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) {}; in SetHotAreas() function in OHOS::Ace::Subwindow
H A Dsubwindow_manager.h99 void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId = -1, int32_t instanceId = -1);
H A Dsubwindow_manager.cpp486 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 Dmenuwrapper_test_ng.cpp472 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 Dmenu_wrapper_pattern.cpp567 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 Dmenu_wrapper_pattern.h489 void SetHotAreas(const RefPtr<LayoutWrapper>& layoutWrapper);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp459 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartEnteringTransitionEffects()
573 subWindowMgr->SetHotAreas(rects, popupId, pattern->GetContainerId()); in StartAlphaEnteringAnimation()
H A Dbubble_layout_algorithm.h221 void SetHotAreas(bool showInSubWindow, bool isBlock, RefPtr<FrameNode> frameNode, int32_t containerId);
H A Dbubble_layout_algorithm.cpp489 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 Dsubwindow_ohos.h101 void SetHotAreas(const std::vector<Rect>& rects, int32_t nodeId) override;
H A Dsubwindow_ohos.cpp966 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 Drender_select_popup.cpp73 SubwindowManager::GetInstance()->SetHotAreas(rects); in OnPaintFinish()
/foundation/arkui/ace_engine/frameworks/core/components/bubble/
H A Drender_bubble.cpp1019 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 Ddialog_layout_algorithm.cpp637 SubwindowManager::GetInstance()->SetHotAreas(rects, frameNodeId, subWindowId_); in SetSubWindowHotarea()
/foundation/arkui/ace_engine/test/unittest/core/pattern/bubble/
H A Dbubble_test_ng.cpp2088 bubbleLayoutAlgorithm->SetHotAreas(true, false, frameNode, 0); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp1736 subWindowMgr->SetHotAreas(rects, popupId, popupPattern->GetContainerId()); in SetPopupHotAreas()

Completed in 39 milliseconds