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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIPointing.cpp69 #define SCROLL_MULTIPLIER_A 0x00000002 /*IOFixedDivide(SCROLL_MULTIPLIER_RANGE,SCROLL_EVENT_THRESHOLD_MS*2)*/ macro
605 // scrollMultiplier = (SCROLL_MULTIPLIER_A * (avgTimeDeltaMS^2)) +
624 scrollMultiplier = IOFixed64::withFixed(SCROLL_MULTIPLIER_A) * timedDelta * timedDelta;

Completed in 119 milliseconds