Home
last modified time | relevance | path

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

/external/libxkbcommon/xkbcommon/xkbcommon/
Dxkbcommon-compat.h38 (XKB_STATE_MODS_DEPRESSED | XKB_STATE_LAYOUT_DEPRESSED)
Dxkbcommon.h1206 XKB_STATE_LAYOUT_DEPRESSED = (1 << 4), enumerator
/external/libxkbcommon/xkbcommon/src/
Dstate.c645 if (led->which_groups & XKB_STATE_LAYOUT_DEPRESSED) in xkb_state_led_update_all()
706 mask |= XKB_STATE_LAYOUT_DEPRESSED; in get_state_component_changes()
1085 if (type & XKB_STATE_LAYOUT_DEPRESSED) in xkb_state_serialize_layout()
1257 if (type & XKB_STATE_LAYOUT_DEPRESSED) in xkb_state_layout_index_is_active()
Dtext.c90 { "base", XKB_STATE_LAYOUT_DEPRESSED },
/external/libxkbcommon/xkbcommon/test/
Dcommon.c439 if (changed & XKB_STATE_LAYOUT_DEPRESSED) in test_print_state_changes()
Dstate.c58 XKB_STATE_LAYOUT_DEPRESSED | in print_state()
67 xkb_state_layout_index_is_active(state, group, XKB_STATE_LAYOUT_DEPRESSED) > 0 ? in print_state()
/external/libxkbcommon/xkbcommon/src/x11/
Dkeymap.c710 led->which_groups |= XKB_STATE_LAYOUT_DEPRESSED; in get_indicators()