Searched refs:AbsDiff (Results 1 – 3 of 3) sorted by relevance
140 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent);
725 float AbsDiff(KnuckleGesture knuckleGesture, const std::shared_ptr<PointerEvent> pointerEvent) in AbsDiff() function
426 float downToPrevDownDistance = AbsDiff(knuckleGesture, touchEvent); in KnuckleGestureProcessor()