Home
last modified time | relevance | path

Searched refs:AbsDiff (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/key_command/include/
H A Dkey_command_handler_util.h140 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent);
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp725 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent) in AbsDiff() function
H A Dkey_command_handler.cpp426 float downToPrevDownDistance = AbsDiff(knuckleGesture, touchEvent); in KnuckleGestureProcessor()