Home
last modified time | relevance | path

Searched defs:shortAxis (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouch_transform_processor.cpp79 int32_t shortAxis = libinput_event_get_touch_contact_short_axis(touch); in OnEventTouchDown() local
170 int32_t shortAxis = libinput_event_get_touch_contact_short_axis(touch); in OnEventTouchMotion() local
H A Dtouchpad_transform_processor.cpp74 int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(touchpad); in OnEventTouchPadDown() local
129 int32_t shortAxis = libinput_event_touchpad_get_touch_contact_short_axis(touchpad); in OnEventTouchPadMotion() local
/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h68 int32_t shortAxis; member
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp728 int32_t shortAxis = 45; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dpointer_event.cpp289 void PointerEvent::PointerItem::SetShortAxis(int32_t shortAxis) in SetShortAxis()