Searched defs:shortAxis (Results 1 – 5 of 5) sorted by relevance
79 int32_t shortAxis = libinput_event_get_touch_contact_short_axis(touch); in OnEventTouchDown() local170 int32_t shortAxis = libinput_event_get_touch_contact_short_axis(touch); in OnEventTouchMotion() local
74 int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(touchpad); in OnEventTouchPadDown() local129 int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(touchpad); in OnEventTouchPadMotion() local
68 int32_t shortAxis; member
728 int32_t shortAxis = 45; variable
289 void PointerEvent::PointerItem::SetShortAxis(int32_t shortAxis) in SetShortAxis()