Lines Matching defs:enabled
371 /* Both axes active == true means free scrolling is enabled */
508 /* When tap is not enabled, always use the timer */
509 if (!tp->tap.enabled)
907 if (tp->gesture.enabled && tp->gesture.finger_count > 2 &&
941 if ((!tp->gesture.enabled ||
958 /* If thumb detection is enabled, and thumb is still while
973 if ((!tp->gesture.enabled || finger_mm < min_move) &&
984 tp->gesture.enabled &&
1014 if (tp->gesture.enabled) {
1077 if (!tp->gesture.enabled) {
1473 enum libinput_config_hold_state enabled)
1481 tp->gesture.hold_enabled = (enabled == LIBINPUT_CONFIG_HOLD_ENABLED);
1517 /* two-finger scrolling is always enabled, this flag just
1520 tp->gesture.enabled = tp_gesture_are_gestures_enabled(tp);