Lines Matching defs:enabled
1195 return tp->tap.enabled && !tp->tap.suspended;
1357 tp_tap_enabled_update(struct tp_dispatch *tp, bool suspended, bool enabled, uint64_t time)
1362 tp->tap.enabled = enabled;
1397 enum libinput_config_tap_state enabled)
1403 (enabled == LIBINPUT_CONFIG_TAP_ENABLED),
1415 return tp->tap.enabled ? LIBINPUT_CONFIG_TAP_ENABLED :
1423 * If we don't have a left button we must have tapping enabled by
1431 * * if you don't know that tapping is a thing (or enabled by
1480 enum libinput_config_drag_state enabled)
1485 tp->tap.drag_enabled = enabled;
1515 enum libinput_config_drag_lock_state enabled)
1520 tp->tap.drag_lock_enabled = enabled;
1569 tp->tap.enabled = tp_tap_default(tp->device);
1621 tp_tap_enabled_update(tp, true, tp->tap.enabled, time);
1627 tp_tap_enabled_update(tp, false, tp->tap.enabled, time);