/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.cpp | 283 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 D | linear_split_pattern.cpp | 363 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 D | window_controller.h | 85 WMError ChangeMouseStyle(uint32_t windowId, sptr<MoveDragProperty>& moveDragProperty);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 495 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 D | window_controller_test.cpp | 991 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 D | window_controller.cpp | 1090 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 D | pipeline_context.h | 468 …bool ChangeMouseStyle(int32_t nodeId, MouseFormat format, int32_t windowId = 0, bool isByPass = fa…
|
H A D | pipeline_context.cpp | 3174 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 D | pipeline_context_test_ng.cpp | 1321 context_->ChangeMouseStyle(0, MouseFormat::DEFAULT);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1025 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 D | rich_editor_pattern.cpp | 4502 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 D | text_field_pattern.cpp | 3541 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 D | frame_node.cpp | 515 pipeline->ChangeMouseStyle(GetId(), MouseFormat::DEFAULT); in ~FrameNode()
|