Home
last modified time | relevance | path

Searched refs:HAND_POINTING (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dmouse_style_ohos.cpp57 { MouseFormat::HAND_POINTING, MMI::HAND_POINTING }, in SetPointerStyle()
/foundation/arkui/ace_engine/frameworks/base/mousestyle/
H A Dmouse_style.h44 HAND_POINTING = 19, // Hyperlink mouse style member in OHOS::Ace::MouseFormat
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/
H A Drender_hyperlink.cpp150 MouseFormat handPointStyle = MouseFormat::HAND_POINTING; in HandleMouseHoverEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
H A Dhyperlink_pattern.cpp283 pipeline->ChangeMouseStyle(frameId, MouseFormat::HAND_POINTING); in OnHoverEvent()
318 frameId, MouseFormat::HAND_POINTING, 0, info.GetAction() == MouseAction::WINDOW_LEAVE); in OnMouseEvent()
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h138 HAND_POINTING = 19, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1084 pipelineContext->ChangeMouseStyle(hostId, MouseFormat::HAND_POINTING); in HandleUrlMouseEvent()
1307 if (currentMouseStyle_ != MouseFormat::HAND_POINTING) { in HandleAISpanHoverEvent()
1308 pipeline->ChangeMouseStyle(nodeId, MouseFormat::HAND_POINTING); in HandleAISpanHoverEvent()
1309 currentMouseStyle_ = MouseFormat::HAND_POINTING; in HandleAISpanHoverEvent()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp35 { OHOS::NWeb::CursorType::CT_HAND, MouseFormat::HAND_POINTING },
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp972 CHKRP(napi_create_int32(env, MOUSE_ICON::HAND_POINTING, &hand_pointing), CREATE_INT32); in CreatePointerStyle()
1045 DECLARE_NAPI_STATIC_PROPERTY("HAND_POINTING", hand_pointing), in CreatePointerStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4401 if (currentMouseStyle_ != MouseFormat::HAND_POINTING) {
4402 pipeline->ChangeMouseStyle(nodeId, MouseFormat::HAND_POINTING);
4403 currentMouseStyle_ = MouseFormat::HAND_POINTING;
7028 pipeline->ChangeMouseStyle(frameId, MouseFormat::HAND_POINTING);
7029 currentMouseStyle_ = MouseFormat::HAND_POINTING;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2717 {HAND_POINTING, {ANGLE_NW_RIGHT, IMAGE_POINTER_DEFAULT_PATH + "Hand_Pointing.svg"}}, in InitStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp95 { OHOS::NWeb::CursorType::CT_HAND, MouseFormat::HAND_POINTING },

Completed in 43 milliseconds