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

/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dsynapticsstr.h239 enum MovingState moving_state; /* previous moving state */ member in struct:_SynapticsPrivateRec
H A Dsynaptics.c755 if (priv->moving_state == MS_TOUCHPAD_RELATIVE) {
985 priv->moving_state = MS_FALSE;
1737 SetMovingState(SynapticsPrivate * priv, enum MovingState moving_state, argument
1741 priv->moving_state, moving_state, priv->hwState->x, priv->hwState->y,
1744 priv->moving_state = moving_state;
2052 enum MovingState moving_state; local in function:ComputeDeltas
2058 moving_state = priv->moving_state;
[all...]

Completed in 6 milliseconds