Home
last modified time | relevance | path

Searched refs:libinput_event_touch_get_y_transformed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/test/facility/libinput_interface/src/
H A Dlibinput_interface.cpp189 double libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, uint32_t height) in libinput_event_touch_get_y_transformed() function
/ohos5.0/foundation/multimodalinput/input/service/window_manager/test/
H A Dmock.cpp40 double libinput_event_touch_get_y_transformed(struct libinput_event_touch *event, uint32_t height) in libinput_event_touch_get_y_transformed() function
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1686 .y = libinput_event_touch_get_y_transformed(touch, height), in UpdateDisplayInfo()