Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h42 (XKB_STATE_MODS_LOCKED | XKB_STATE_LAYOUT_LOCKED)
Dxkbcommon.h1212 XKB_STATE_LAYOUT_LOCKED = (1 << 6), enumerator
/external/libxkbcommon/xkbcommon/src/
Dstate.c649 if (led->which_groups & XKB_STATE_LAYOUT_LOCKED) in xkb_state_led_update_all()
710 mask |= XKB_STATE_LAYOUT_LOCKED; in get_state_component_changes()
1089 if (type & XKB_STATE_LAYOUT_LOCKED) in xkb_state_serialize_layout()
1261 if (type & XKB_STATE_LAYOUT_LOCKED) in xkb_state_layout_index_is_active()
Dtext.c92 { "locked", XKB_STATE_LAYOUT_LOCKED },
/external/libxkbcommon/xkbcommon/test/
Dcommon.c443 if (changed & XKB_STATE_LAYOUT_LOCKED) in test_print_state_changes()
Dstate.c60 XKB_STATE_LAYOUT_LOCKED) <= 0) in print_state()
71 xkb_state_layout_index_is_active(state, group, XKB_STATE_LAYOUT_LOCKED) > 0 ? in print_state()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c714 led->which_groups |= XKB_STATE_LAYOUT_LOCKED; in get_indicators()