Home
last modified time | relevance | path

Searched refs:XKB_STATE_LAYOUT_EFFECTIVE (Results 1 – 9 of 9) sorted by relevance

/external/libxkbcommon/src/
Dtext.c95 { "effective", XKB_STATE_LAYOUT_EFFECTIVE },
96 { "any", XKB_STATE_LAYOUT_EFFECTIVE },
Dstate.c655 if (led->which_groups & XKB_STATE_LAYOUT_EFFECTIVE) in xkb_state_led_update_all()
716 mask |= XKB_STATE_LAYOUT_EFFECTIVE; in get_state_component_changes()
1094 if (type & XKB_STATE_LAYOUT_EFFECTIVE) in xkb_state_serialize_layout()
1264 if (type & XKB_STATE_LAYOUT_EFFECTIVE) in xkb_state_layout_index_is_active()
/external/libxkbcommon/xkbcommon/
Dxkbcommon-compat.h45 XKB_STATE_MODS_EFFECTIVE | XKB_STATE_LAYOUT_EFFECTIVE)
Dxkbcommon.h1370 XKB_STATE_LAYOUT_EFFECTIVE = (1 << 7), enumerator
/external/libxkbcommon/tools/
Dtools-common.c142 if (changed & XKB_STATE_LAYOUT_EFFECTIVE) in tools_print_state_changes()
/external/libxkbcommon/test/
Dstate.c47 group = xkb_state_serialize_layout(state, XKB_STATE_LAYOUT_EFFECTIVE); in print_state()
59 XKB_STATE_LAYOUT_EFFECTIVE | in print_state()
67 xkb_state_layout_index_is_active(state, group, XKB_STATE_LAYOUT_EFFECTIVE) > 0 ? in print_state()
/external/libxkbcommon/src/x11/
Dkeymap.c721 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE; in get_indicators()
723 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE; in get_indicators()
/external/libxkbcommon/src/xkbcomp/
Dkeymap-dump.c253 if (led->which_groups != XKB_STATE_LAYOUT_EFFECTIVE) { in write_led_map()
Dcompat.c865 led->which_groups = XKB_STATE_LAYOUT_EFFECTIVE; in CopyLedMapDefsToKeymap()