Home
last modified time | relevance | path

Searched refs:TABLET_TOOL_ENTERING_PROXIMITY (Results 1 – 2 of 2) sorted by relevance

/third_party/libinput/src/
Devdev-tablet.c326 tablet_set_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY); in tablet_update_tool()
506 TABLET_TOOL_ENTERING_PROXIMITY) && in tablet_tool_process_delta()
1337 if (!tablet_has_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY)) in detect_pressure_offset()
1444 tablet_set_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY); in tablet_update_proximity_state()
1462 TABLET_TOOL_ENTERING_PROXIMITY)) { in tablet_update_proximity_state()
1466 TABLET_TOOL_ENTERING_PROXIMITY); in tablet_update_proximity_state()
1546 if (!tablet_has_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY)) in tablet_send_proximity_in()
1555 tablet_unset_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY); in tablet_send_proximity_in()
1905 tablet_has_status(tablet, TABLET_TOOL_ENTERING_PROXIMITY)) { in tablet_flush()
1907 TABLET_TOOL_ENTERING_PROXIMITY)) in tablet_flush()
Devdev-tablet.h46 TABLET_TOOL_ENTERING_PROXIMITY = bit(8), enumerator