Searched refs:NormalizeRotateEvent (Results 1 – 5 of 5) sorted by relevance
| /foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
| D | mouse_event_normalize.cpp | 130 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()
|
| D | mouse_transform_processor.cpp | 500 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/ |
| D | mouse_event_normalize.h | 37 int32_t NormalizeRotateEvent(struct libinput_event *event, int32_t type, double angle);
|
| D | mouse_transform_processor.h | 64 int32_t NormalizeRotateEvent(struct libinput_event *event, int32_t type, double angle);
|
| /foundation/multimodalinput/input/service/event_handler/src/ |
| D | event_normalize_handler.cpp | 423 if (MouseEventHdr->NormalizeRotateEvent(event, actionType, rotateAngle) == RET_ERR) { in GestureIdentify()
|