Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h40 (XKB_STATE_MODS_LATCHED | XKB_STATE_LAYOUT_LATCHED)
Dxkbcommon.h1209 XKB_STATE_LAYOUT_LATCHED = (1 << 5), enumerator
/external/libxkbcommon/xkbcommon/src/
Dstate.c647 if (led->which_groups & XKB_STATE_LAYOUT_LATCHED) in xkb_state_led_update_all()
708 mask |= XKB_STATE_LAYOUT_LATCHED; in get_state_component_changes()
1087 if (type & XKB_STATE_LAYOUT_LATCHED) in xkb_state_serialize_layout()
1259 if (type & XKB_STATE_LAYOUT_LATCHED) in xkb_state_layout_index_is_active()
Dtext.c91 { "latched", XKB_STATE_LAYOUT_LATCHED },
/external/libxkbcommon/xkbcommon/test/
Dcommon.c441 if (changed & XKB_STATE_LAYOUT_LATCHED) in test_print_state_changes()
Dstate.c59 XKB_STATE_LAYOUT_LATCHED | in print_state()
69 xkb_state_layout_index_is_active(state, group, XKB_STATE_LAYOUT_LATCHED) > 0 ? in print_state()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c712 led->which_groups |= XKB_STATE_LAYOUT_LATCHED; in get_indicators()