Searched refs:HAND_POINTING (Results 1 - 11 of 11) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.cpp | 57 { MouseFormat::HAND_POINTING, MMI::HAND_POINTING }, in SetPointerStyle()
|
/foundation/arkui/ace_engine/frameworks/base/mousestyle/ |
H A D | mouse_style.h | 44 HAND_POINTING = 19, // Hyperlink mouse style member in OHOS::Ace::MouseFormat
|
/foundation/arkui/ace_engine/frameworks/core/components/hyperlink/ |
H A D | render_hyperlink.cpp | 150 MouseFormat handPointStyle = MouseFormat::HAND_POINTING; in HandleMouseHoverEvent()
|
/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() 318 frameId, MouseFormat::HAND_POINTING, 0, info.GetAction() == MouseAction::WINDOW_LEAVE); in OnMouseEvent()
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | struct_multimodal.h | 138 HAND_POINTING = 19, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1084 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 D | render_web.cpp | 35 { OHOS::NWeb::CursorType::CT_HAND, MouseFormat::HAND_POINTING },
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 972 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 D | rich_editor_pattern.cpp | 4401 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 D | pointer_drawing_manager.cpp | 2717 {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 D | web_pattern.cpp | 95 { OHOS::NWeb::CursorType::CT_HAND, MouseFormat::HAND_POINTING },
|
Completed in 43 milliseconds