Lines Matching refs:moving_state
755 if (priv->moving_state == MS_TOUCHPAD_RELATIVE) {
985 priv->moving_state = MS_FALSE;
1737 SetMovingState(SynapticsPrivate * priv, enum MovingState moving_state,
1741 priv->moving_state, moving_state, priv->hwState->x, priv->hwState->y,
1744 priv->moving_state = moving_state;
2052 enum MovingState moving_state;
2058 moving_state = priv->moving_state;
2059 if (moving_state == MS_FALSE) {
2063 moving_state = MS_TOUCHPAD_RELATIVE;
2068 moving_state = MS_TOUCHPAD_RELATIVE;
2075 if (!inside_area || !moving_state || priv->finger_state == FS_BLOCKED ||
2079 (moving_state == MS_TOUCHPAD_RELATIVE && hw->numFingers != 1)) {
2093 if (moving_state == MS_TOUCHPAD_RELATIVE)