Home
last modified time | relevance | path

Searched refs:MOUSE_ICON (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h95 std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() override;
96 IconStyle GetIconStyle(const MOUSE_ICON mouseStyle);
98 int32_t DrawCursor(const MOUSE_ICON mouseStyle);
119 IconStyle GetIconType(MOUSE_ICON mouseIcon);
121 void DrawLoadingPointerStyle(const MOUSE_ICON mouseStyle);
122 void DrawRunningPointerAnimate(const MOUSE_ICON mouseStyle);
126 …Draw(uint8_t *addr, uint32_t width, uint32_t height, const MOUSE_ICON mouseStyle = MOUSE_ICON::DEF…
135 int32_t InitLayer(const MOUSE_ICON mouseStyle);
152 std::map<MOUSE_ICON, IconStyle>& GetMouseIcons();
153 void UpdateIconPath(const MOUSE_ICON mouseStyle, std::string iconPath);
[all …]
H A Di_pointer_drawing_manager.h112 virtual std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() in GetMouseIconPath()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp213 if (pointerStyle.id != MOUSE_ICON::DEFAULT && pointerStyle.id != MOUSE_ICON::CROSS) { in DrawMovePointer()
294 …if (pointerStyle.id == MOUSE_ICON::DEFAULT && iconPath[MOUSE_ICON(pointerStyle.id)].iconPath == Cu… in DrawPointer()
295 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(MOUSE_ICON::CURSOR_CIRCLE)].al… in DrawPointer()
556 if (mouseStyle != MOUSE_ICON::LOADING && in DrawLoadingPointerStyle()
557 (mouseStyle != MOUSE_ICON::DEFAULT || in DrawLoadingPointerStyle()
679 if (mouseStyle != MOUSE_ICON::RUNNING && in DrawRunningPointerAnimate()
680 (mouseStyle != MOUSE_ICON::DEFAULT || in DrawRunningPointerAnimate()
1068 if ((mouseStyle == MOUSE_ICON::DEFAULT) || (mouseStyle == MOUSE_ICON::CURSOR_CIRCLE)) { in DrawImage()
1772 auto it = iconPath.find(MOUSE_ICON(MOUSE_ICON::DEFAULT)); in UpdateDefaultPointerStyle()
1786 UpdateIconPath(MOUSE_ICON(MOUSE_ICON::DEFAULT), newIconPath); in UpdateDefaultPointerStyle()
[all …]
H A Dinput_windows_manager.cpp1260 pointerStyle.id = MOUSE_ICON::NORTH_SOUTH; in UpdateDisplayInfo()
1264 pointerStyle.id = MOUSE_ICON::WEST_EAST; in UpdateDisplayInfo()
1267 pointerStyle.id = MOUSE_ICON::SOUTH_EAST; in UpdateDisplayInfo()
1270 pointerStyle.id = MOUSE_ICON::SOUTH_WEST; in UpdateDisplayInfo()
1273 pointerStyle.id = MOUSE_ICON::SOUTH; in UpdateDisplayInfo()
1276 pointerStyle.id = MOUSE_ICON::EAST; in UpdateDisplayInfo()
1279 pointerStyle.id = MOUSE_ICON::WEST; in UpdateDisplayInfo()
1282 pointerStyle.id = MOUSE_ICON::NORTH_WEST; in UpdateDisplayInfo()
1285 pointerStyle.id = MOUSE_ICON::NORTH_WEST; in UpdateDisplayInfo()
1288 pointerStyle.id = MOUSE_ICON::NORTH_WEST; in UpdateDisplayInfo()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp906 CHKRP(napi_create_int32(env, MOUSE_ICON::DEFAULT, &defaults), CREATE_INT32); in CreatePointerStyle()
908 CHKRP(napi_create_int32(env, MOUSE_ICON::EAST, &east), CREATE_INT32); in CreatePointerStyle()
910 CHKRP(napi_create_int32(env, MOUSE_ICON::WEST, &west), CREATE_INT32); in CreatePointerStyle()
912 CHKRP(napi_create_int32(env, MOUSE_ICON::SOUTH, &south), CREATE_INT32); in CreatePointerStyle()
914 CHKRP(napi_create_int32(env, MOUSE_ICON::NORTH, &north), CREATE_INT32); in CreatePointerStyle()
932 CHKRP(napi_create_int32(env, MOUSE_ICON::CROSS, &cross), CREATE_INT32); in CreatePointerStyle()
946 CHKRP(napi_create_int32(env, MOUSE_ICON::HELP, &help), CREATE_INT32); in CreatePointerStyle()
960 CHKRP(napi_create_int32(env, MOUSE_ICON::ZOOM_IN, &zoom_in), CREATE_INT32); in CreatePointerStyle()
982 CHKRP(napi_create_int32(env, MOUSE_ICON::MIDDLE_BTN_NORTH_SOUTH_WEST_EAST, in CreatePointerStyle()
991 CHKRP(napi_create_int32(env, MOUSE_ICON::LOADING, &loading), CREATE_INT32); in CreatePointerStyle()
[all …]
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dmove_drag_controller.h154 {DragType::DRAG_UNDEFINED, MMI::MOUSE_ICON::DEFAULT},
155 {DragType::DRAG_BOTTOM_OR_TOP, MMI::MOUSE_ICON::NORTH_SOUTH},
156 {DragType::DRAG_LEFT_OR_RIGHT, MMI::MOUSE_ICON::WEST_EAST},
157 {DragType::DRAG_LEFT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_WEST_SOUTH_EAST},
158 {DragType::DRAG_RIGHT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_EAST_SOUTH_WEST}
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dinput_manager_pointer_test.cpp1253 pointerStyle.id = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
1304 pointerStyle.id = MOUSE_ICON::DEFAULT;
1314 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::DEFAULT);
1330 pointerStyle.id = MOUSE_ICON::CROSS;
1333 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS);
1380 pointerStyle.id = MOUSE_ICON::CROSS;
1383 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS);
1398 pointerStyle.id = MOUSE_ICON::CROSS;
1401 ASSERT_EQ(pointerStyle.id, MOUSE_ICON::CROSS);
1829 pointerStyle.id = MOUSE_ICON::DEFAULT;
[all …]
H A Dinput_manager_test.cpp1532 pointerStyle.id = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
1550 pointerStyle.id = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
1564 pointerStyle.id = MOUSE_ICON::CROSS;
1613 pointerStyle.id = MOUSE_ICON::CROSS;
/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h144 {DragType::DRAG_UNDEFINED, MMI::MOUSE_ICON::DEFAULT},
145 {DragType::DRAG_BOTTOM_OR_TOP, MMI::MOUSE_ICON::NORTH_SOUTH},
146 {DragType::DRAG_LEFT_OR_RIGHT, MMI::MOUSE_ICON::WEST_EAST},
147 {DragType::DRAG_LEFT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_WEST_SOUTH_EAST},
148 {DragType::DRAG_RIGHT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_EAST_SOUTH_WEST}
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_test.cpp153 MOUSE_ICON mouseStyle = EAST;
171 IconStyle iconStyle = pointerDrawingManager->GetIconStyle(MOUSE_ICON(MOUSE_ICON::DEFAULT));
242 pointerDrawingManager->currentMouseStyle_.id = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
286 pointerDrawingManager->currentMouseStyle_.id = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
571 MOUSE_ICON mouseStyle = EAST;
589 MOUSE_ICON mouseStyle = EAST;
609 MOUSE_ICON mouseStyle = EAST;
851 MOUSE_ICON mouseStyle = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
867 MOUSE_ICON mouseStyle = MOUSE_ICON::RUNNING;
883 MOUSE_ICON mouseStyle = MOUSE_ICON::WEST_EAST;
[all …]
H A Dpointer_drawing_manager_ex_test.cpp184 pointerStyle.id = MOUSE_ICON::DEFAULT;
210 MOUSE_ICON mouseStyle = EAST;
231 MOUSE_ICON mouseStyle = WEST_EAST;
814 MOUSE_ICON mouseStyle = MOUSE_ICON::DEVELOPER_DEFINED_ICON;
830 MOUSE_ICON mouseStyle = MOUSE_ICON::RUNNING;
846 MOUSE_ICON mouseStyle = MOUSE_ICON::WEST_EAST;
1221 MOUSE_ICON mouseStyle = CURSOR_MOVE;
1225 mouseStyle = static_cast<MOUSE_ICON>(100);
H A Dinput_windows_manager_test.cpp634 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::SOUTH_EAST);
637 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::SOUTH_WEST);
640 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::SOUTH);
643 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::EAST);
646 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::WEST);
649 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::NORTH_WEST);
652 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::NORTH_WEST);
679 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::SOUTH);
682 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::SOUTH);
703 EXPECT_EQ(pointerStyle.id, MOUSE_ICON::WEST_EAST);
[all …]
H A Dmock.cpp421 IconStyle PointerDrawingManager::GetIconStyle(const MOUSE_ICON mouseStyle) in GetIconStyle()
425 std::map<MOUSE_ICON, IconStyle> PointerDrawingManager::GetMouseIconPath() in GetMouseIconPath()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_impl.h498 {DragType::DRAG_UNDEFINED, MMI::MOUSE_ICON::DEFAULT},
499 {DragType::DRAG_BOTTOM_OR_TOP, MMI::MOUSE_ICON::NORTH_SOUTH},
500 {DragType::DRAG_LEFT_OR_RIGHT, MMI::MOUSE_ICON::WEST_EAST},
501 {DragType::DRAG_LEFT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_WEST_SOUTH_EAST},
502 {DragType::DRAG_RIGHT_TOP_CORNER, MMI::MOUSE_ICON::NORTH_EAST_SOUTH_WEST}
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h107 …static void ReportMagicCursorShapeChange(std::string fill_Code, OHOS::MMI::MOUSE_ICON mouse_Style);
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dstruct_multimodal.h111 enum MOUSE_ICON { enum
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1097 mouseStyle = MMI::MOUSE_ICON::NORTH_SOUTH; in ChangeMouseStyle()
1099 mouseStyle = MMI::MOUSE_ICON::WEST_EAST; in ChangeMouseStyle()
1257 pointerStyle.id = MMI::MOUSE_ICON::DEFAULT; in RecoverDefaultMouseStyle()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp3272 newStyleID = MMI::MOUSE_ICON::DEFAULT; in HandlePointerStyle()
3276 MMI::MOUSE_ICON::NORTH_SOUTH : MMI::MOUSE_ICON::WEST_EAST; in HandlePointerStyle()
3278 newStyleID = MMI::MOUSE_ICON::DEFAULT; // when receive up event, set default style in HandlePointerStyle()
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp666 void DfxHisysevent::ReportMagicCursorShapeChange(std::string fill_Code, OHOS::MMI::MOUSE_ICON mouse… in ReportMagicCursorShapeChange()