Searched refs:TEXT_CURSOR (Results 1 - 12 of 12) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | mouse_style_ohos.cpp | 64 { MouseFormat::TEXT_CURSOR, MMI::TEXT_CURSOR }, in SetPointerStyle()
|
/foundation/arkui/ace_engine/frameworks/base/mousestyle/ |
H A D | mouse_style.h | 51 TEXT_CURSOR = 26, // Text editing mouse style member in OHOS::Ace::MouseFormat
|
/foundation/arkui/ace_engine/frameworks/core/components/search/ |
H A D | render_search.cpp | 578 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 D | struct_multimodal.h | 145 TEXT_CURSOR = 26, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 4407 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 D | render_web.cpp | 36 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 454 auto mouseStyle = MouseFormat::TEXT_CURSOR; in HWTEST_F()
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 986 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 D | render_text_field.cpp | 627 MouseFormat textCursorStyle = MouseFormat::TEXT_CURSOR; in HandleMouseHoverEvent()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 2724 {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 D | web_pattern.cpp | 96 { OHOS::NWeb::CursorType::CT_IBEAM, MouseFormat::TEXT_CURSOR },
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 3568 pipeline->ChangeMouseStyle(frameId, MouseFormat::TEXT_CURSOR, windowId, isByPass); in ChangeMouseState()
|
Completed in 56 milliseconds