Home
last modified time | relevance | path

Searched refs:GetMouseIconPath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/include/
H A Di_pointer_drawing_manager.h112 virtual std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() in GetMouseIconPath() function
H A Dpointer_drawing_manager.h95 std::map<MOUSE_ICON, IconStyle> GetMouseIconPath() override;
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp293 std::map<MOUSE_ICON, IconStyle> iconPath = GetMouseIconPath(); in DrawPointer()
295 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(MOUSE_ICON::CURSOR_CIRCLE)].al… in DrawPointer()
298 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(pointerStyle.id)].alignmentWay… in DrawPointer()
304 ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(pointerStyle.id)].alignmentWay)); in DrawPointer()
1439 …AdjustMouseFocus(direction, ICON_TYPE(GetMouseIconPath()[MOUSE_ICON(lastMouseStyle_.id)].alignment… in SetPointerSize()
1771 auto iconPath = GetMouseIconPath(); in UpdateDefaultPointerStyle()
1792 std::map<MOUSE_ICON, IconStyle> PointerDrawingManager::GetMouseIconPath() in GetMouseIconPath() function in OHOS::MMI::PointerDrawingManager
1887 auto iconPath = GetMouseIconPath(); in SetPointerStyle()
H A Dinput_windows_manager.cpp1307 …:map<MOUSE_ICON, IconStyle> mouseIcons = IPointerDrawingManager::GetInstance()->GetMouseIconPath(); in UpdateDisplayInfo()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp425 std::map<MOUSE_ICON, IconStyle> PointerDrawingManager::GetMouseIconPath() in GetMouseIconPath() function in OHOS::PointerDrawingManager