Home
last modified time | relevance | path

Searched refs:TEXT_CURSOR (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dmouse_style_ohos.cpp64 { MouseFormat::TEXT_CURSOR, MMI::TEXT_CURSOR }, in SetPointerStyle()
/foundation/arkui/ace_engine/frameworks/base/mousestyle/
H A Dmouse_style.h51 TEXT_CURSOR = 26, // Text editing mouse style member in OHOS::Ace::MouseFormat
/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drender_search.cpp578 MouseFormat textCursorStyle = MouseFormat::TEXT_CURSOR; in HandleMouseEvent()
582 MouseFormat hopenPointStyle = isInSearchButton_ ? MouseFormat::DEFAULT : MouseFormat::TEXT_CURSOR; in HandleMouseEvent()
/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h145 TEXT_CURSOR = 26, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4407 if (currentMouseStyle_ != MouseFormat::TEXT_CURSOR) {
4408 pipeline->ChangeMouseStyle(nodeId, MouseFormat::TEXT_CURSOR);
4409 currentMouseStyle_ = MouseFormat::TEXT_CURSOR;
4454 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR);
4455 currentMouseStyle_ = MouseFormat::TEXT_CURSOR;
7032 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR);
7033 currentMouseStyle_ = MouseFormat::TEXT_CURSOR;
7039 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR);
7040 currentMouseStyle_ = MouseFormat::TEXT_CURSOR;
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp36 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp454 auto mouseStyle = MouseFormat::TEXT_CURSOR; in HWTEST_F()
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp986 CHKRP(napi_create_int32(env, MOUSE_ICON::TEXT_CURSOR, &text_cursor), CREATE_INT32); in CreatePointerStyle()
1052 DECLARE_NAPI_STATIC_PROPERTY("TEXT_CURSOR", text_cursor), in CreatePointerStyle()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp627 MouseFormat textCursorStyle = MouseFormat::TEXT_CURSOR; in HandleMouseHoverEvent()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2724 {TEXT_CURSOR, {ANGLE_CENTER, IMAGE_POINTER_DEFAULT_PATH + "Text_Cursor.svg"}}, in InitStyle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp96 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3568 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR, windowId, isByPass); in ChangeMouseState()

Completed in 56 milliseconds