Home
last modified time | relevance | path

Searched refs:NORTH_SOUTH (Results 1 – 14 of 14) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/split_container/
Drender_column_split.cpp39 MouseFormat upDownStyle = MouseFormat::NORTH_SOUTH; in HandleDragStart()
66 MouseFormat upDownStyle = MouseFormat::NORTH_SOUTH; in HandleDragUpdate()
Drender_split_container.cpp328 MouseFormat upDownStyle = MouseFormat::NORTH_SOUTH; in HandleMouseEvent()
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dmouse_style_ohos.cpp39 { MouseFormat::NORTH_SOUTH, MMI::NORTH_SOUTH }, in SetPointerStyle()
/foundation/arkui/ace_engine/frameworks/base/mousestyle/
Dmouse_style.h26 NORTH_SOUTH = 6, // Drag up-down mouse style enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/linear_split/
Dlinear_split_pattern.cpp243 mousePointerStyle = MouseFormat::NORTH_SOUTH; in HandleMouseEvent()
277 pointerStyle != static_cast<int32_t>(MouseFormat::NORTH_SOUTH)) { in HandleMouseEvent()
/foundation/window/window_manager/wmserver/include/
Dwindow_controller.h133 {DragType::DRAG_BOTTOM_OR_TOP, MMI::MOUSE_ICON::NORTH_SOUTH},
/foundation/multimodalinput/input/util/common/include/
Dstruct_multimodal.h116 NORTH_SOUTH = 6, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/web/
Drender_web.cpp40 { OHOS::NWeb::CursorType::CT_NORTHRESIZE, MouseFormat::NORTH_SOUTH },
43 { OHOS::NWeb::CursorType::CT_SOUTHRESIZE, MouseFormat::NORTH_SOUTH },
47 { OHOS::NWeb::CursorType::CT_NORTHSOUTHRESIZE, MouseFormat::NORTH_SOUTH },
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_pattern.cpp41 { OHOS::NWeb::CursorType::CT_NORTHRESIZE, MouseFormat::NORTH_SOUTH },
44 { OHOS::NWeb::CursorType::CT_SOUTHRESIZE, MouseFormat::NORTH_SOUTH },
48 { OHOS::NWeb::CursorType::CT_NORTHSOUTHRESIZE, MouseFormat::NORTH_SOUTH },
/foundation/multimodalinput/input/service/window_manager/src/
Dpointer_drawing_manager.cpp566 {NORTH_SOUTH, {ANGLE_CENTER, IMAGE_POINTER_DEFAULT_PATH + "North_South.png"}}, in InitStyle()
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
Djs_pointer_context.cpp324 CHKRP(env, napi_create_int32(env, MOUSE_ICON::NORTH_SOUTH, &north_south), CREATE_INT32); in CreatePointerStyle()
/foundation/window/window_manager/wm/include/
Dwindow_impl.h577 {DragType::DRAG_BOTTOM_OR_TOP, MMI::MOUSE_ICON::NORTH_SOUTH},
/foundation/window/window_manager/wmserver/src/
Dwindow_controller.cpp896 … MMI::InputManager::GetInstance()->SetPointerStyle(windowId, MMI::MOUSE_ICON::NORTH_SOUTH); in ChangeMouseStyle()
/foundation/window/window_manager/wm/src/
Dwindow_impl.cpp2491 MMI::MOUSE_ICON::NORTH_SOUTH : MMI::MOUSE_ICON::WEST_EAST; in HandlePointerStyle()