Searched refs:DeleteHotAreas (Results 1 – 7 of 7) sorted by relevance
90 virtual void DeleteHotAreas(int32_t nodeId) {}; in DeleteHotAreas() function
116 void DeleteHotAreas(int32_t subwindowId, int32_t nodeId);
145 void SubwindowManager::DeleteHotAreas(int32_t instanceId, int32_t nodeId) in DeleteHotAreas() function in OHOS::Ace::SubwindowManager156 subwindow->DeleteHotAreas(nodeId); in DeleteHotAreas()
101 void DeleteHotAreas(int32_t nodeId) override;
934 void SubwindowOhos::DeleteHotAreas(int32_t nodeId) in DeleteHotAreas() function in OHOS::Ace::SubwindowOhos
1612 subwindowMgr->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in HidePopupAnimation()1818 subwindow->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in HidePopup()1985 subwindowMgr->DeleteHotAreas(Container::CurrentId(), popupNode->GetId()); in ErasePopup()2090 subwindowMgr->DeleteHotAreas(containerId, child); in ShowMenuInSubWindow()2319 subwindowMgr->DeleteHotAreas(Container::CurrentId(), node->GetId()); in CleanMenuInSubWindow()2347 subwindowMgr->DeleteHotAreas(Container::CurrentId(), removeNode->GetId()); in CleanPopupInSubWindow()2910 SubwindowManager::GetInstance()->DeleteHotAreas( in DeleteDialogHotAreas()3631 subwindow->DeleteHotAreas(overlay->GetId()); in RemovePopupInSubwindow()
276 SubwindowManager::GetInstance()->DeleteHotAreas(currentId, host->GetId()); in PopDialog()