Home
last modified time | relevance | path

Searched refs:angleTolerance (Results 1 - 2 of 2) sorted by relevance

/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp882 static int32_t angleTolerance = 0; in JudgeIfSwipeInward() local
913 SwipeInwardProcess(pointerEvent, type, event, &angleTolerance, lastDirection); in JudgeIfSwipeInward()
914 if (angleTolerance == 0) { in JudgeIfSwipeInward()
922 enum libinput_event_type type, libinput_event* event, int32_t* angleTolerance, int32_t lastDirection) in SwipeInwardProcess()
939 *angleTolerance = SWIPE_INWARD_ANGLE_TOLERANCE; in SwipeInwardProcess()
959 --(*angleTolerance); // angle judge have more weights than direction judge in SwipeInwardProcess()
960 --(*angleTolerance); in SwipeInwardProcess()
921 SwipeInwardProcess(std::shared_ptr<PointerEvent> pointerEvent, enum libinput_event_type type, libinput_event* event, int32_t* angleTolerance, int32_t lastDirection) SwipeInwardProcess() argument
/foundation/multimodalinput/input/service/event_handler/include/
H A Devent_normalize_handler.h62 enum libinput_event_type type, libinput_event* event, int32_t* angleTolerance, int32_t lastDirection);

Completed in 2 milliseconds