Searched refs:last_motion_event_buttons (Results 1 – 2 of 2) sorted by relevance
55 touchpad.last_motion_event_buttons = 0; in Reset()146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState()153 ALOGV("change %X from %X to %X", changes, touchpad.last_motion_event_buttons, in ButtonState()166 touchpad.last_motion_event_buttons = buttons; in ButtonState()211 touchpad.last_motion_event_buttons); in dumpInternal()
57 int32_t last_motion_event_buttons; member