Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/mouse_event_normalize/src/
Dmouse_event_normalize.cpp130 int32_t MouseEventNormalize::NormalizeRotateEvent(struct libinput_event *event, int32_t type, doubl… in NormalizeRotateEvent() function in OHOS::MMI::MouseEventNormalize
151 return processor->NormalizeRotateEvent(event, type, angle); in NormalizeRotateEvent()
Dmouse_transform_processor.cpp500 int32_t MouseTransformProcessor::NormalizeRotateEvent(struct libinput_event *event, int32_t type, d… in NormalizeRotateEvent() function in OHOS::MMI::MouseTransformProcessor
/foundation/multimodalinput/input/service/mouse_event_normalize/include/
Dmouse_event_normalize.h37 int32_t NormalizeRotateEvent(struct libinput_event *event, int32_t type, double angle);
Dmouse_transform_processor.h64 int32_t NormalizeRotateEvent(struct libinput_event *event, int32_t type, double angle);
/foundation/multimodalinput/input/service/event_handler/src/
Devent_normalize_handler.cpp423 if (MouseEventHdr->NormalizeRotateEvent(event, actionType, rotateAngle) == RET_ERR) { in GestureIdentify()