Home
last modified time | relevance | path

Searched refs:ChangeMouseStyle (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp283 pipeline->ChangeMouseStyle(frameId, MouseFormat::HAND_POINTING); in OnHoverEvent()
293 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in OnHoverEvent()
313 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in OnMouseEvent()
317 pipeline->ChangeMouseStyle( in OnMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
H A Dlinear_split_pattern.cpp363 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandlePanEnd()
414 …pipeline->ChangeMouseStyle(frameId, GetMouseFormat(), 0, info.GetAction() == MouseAction::WINDOW_L… in HandleMouseEvent()
434 …pipeline->ChangeMouseStyle(frameId, GetMouseFormat(), 0, info.GetAction() == MouseAction::WINDOW_L… in HandleMouseEvent()
437 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandleMouseEvent()
457 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in HandleHoverEvent()
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h85 WMError ChangeMouseStyle(uint32_t windowId, sptr<MoveDragProperty>& moveDragProperty);
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp495 bool PipelineContext::ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId, bool i… in ChangeMouseStyle() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_controller_test.cpp991 WMError res = windowController_->ChangeMouseStyle(windowId, moveDragProperty);
1024 WMError res = windowController_->ChangeMouseStyle(windowId, moveDragProperty);
1058 WMError res = windowController_->ChangeMouseStyle(windowId, moveDragProperty);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1090 WMError WindowController::ChangeMouseStyle(uint32_t windowId, sptr<MoveDragProperty>& moveDragPrope… in ChangeMouseStyle() function in OHOS::Rosen::WindowController
1138 ChangeMouseStyle(windowId, moveDragProperty); in NotifyServerReadyToMoveOrDrag()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.h468 …bool ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId = 0, bool isByPass = fa…
H A Dpipeline_context.cpp3174 bool PipelineContext::ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId, bool i… in ChangeMouseStyle() function in OHOS::Ace::NG::PipelineContext
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1321 context_->ChangeMouseStyle(0, MouseFormat::DEFAULT);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1025 pipelineContext->ChangeMouseStyle(nodeId, MouseFormat::DEFAULT); in URLOnHover()
1053 pipelineContext->ChangeMouseStyle(hostId, MouseFormat::HAND_POINTING); in HandleUrlMouseEvent()
1055 pipelineContext->ChangeMouseStyle(hostId, MouseFormat::DEFAULT); in HandleUrlMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4502 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR); in OnHover()
4505 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in OnHover()
7043 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT); in OnBackPressed()
7053 pipeline->ChangeMouseStyle(frameId, MouseFormat::HAND_POINTING); in OnBackPressed()
7056 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR); in OnBackPressed()
7062 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3541 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT, windowId); in OnHover()
3559 pipeline->ChangeMouseStyle(id, MouseFormat::DEFAULT, windowId); in RestoreDefaultMouseState()
3579 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR, windowId, isByPass); in ChangeMouseState()
3604 pipeline->ChangeMouseStyle(frameId, MouseFormat::DEFAULT, windowId); in HandleMouseEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp515 pipeline->ChangeMouseStyle(GetId(), MouseFormat::DEFAULT); in ~FrameNode()