Home
last modified time | relevance | path

Searched refs:XKB_STATE_MODS_LATCHED (Results 1 – 7 of 7) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Dstate.c79 XKB_STATE_MODS_LATCHED | in print_state()
89 xkb_state_mod_index_is_active(state, mod, XKB_STATE_MODS_LATCHED) > 0 ? in print_state()
167 assert(xkb_state_mod_names_are_active(state, XKB_STATE_MODS_LATCHED, in test_update_key()
272 latched_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_LATCHED); in test_serialisation()
282 latched_mods = xkb_state_serialize_mods(state, XKB_STATE_MODS_LATCHED); in test_serialisation()
333 assert(xkb_state_serialize_mods(state, XKB_STATE_MODS_LATCHED) == 0); in test_update_mask_mods()
Dcommon.c449 if (changed & XKB_STATE_MODS_LATCHED) in test_print_state_changes()
/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h40 (XKB_STATE_MODS_LATCHED | XKB_STATE_LAYOUT_LATCHED)
Dxkbcommon.h1197 XKB_STATE_MODS_LATCHED = (1 << 1), enumerator
/external/libxkbcommon/xkbcommon/src/
Dtext.c80 { "latched", XKB_STATE_MODS_LATCHED },
Dstate.c631 if (led->which_mods & XKB_STATE_MODS_LATCHED) in xkb_state_led_update_all()
716 mask |= XKB_STATE_MODS_LATCHED; in get_state_component_changes()
1064 if (type & XKB_STATE_MODS_LATCHED) in xkb_state_serialize_mods()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c725 led->which_mods |= XKB_STATE_MODS_LATCHED; in get_indicators()