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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3847 UInt32 newDelayedPhase = 0; local
3849 newDelayedPhase = oldDelayedPhase = ((OSNumber*)_devicePhaseState->getObject((OSSymbol*)sender))->unsigned32BitValue();
3858 newDelayedPhase = kScrollTypeOptionPhaseMayBegin;
3862 newDelayedPhase = kScrollTypeOptionPhaseBegan;
3865 newDelayedPhase = kScrollTypeOptionPhaseMayBegin;
3885 newDelayedPhase = kScrollTypeOptionPhaseBegan;
3897 newDelayedPhase = 0;
3915 newDelayedPhase = 0;
3920 phaseAnnotation |= phase | (newDelayedPhase >> 8);
3921 if (oldDelayedPhase != newDelayedPhase) {
[all...]

Completed in 115 milliseconds