Home
last modified time | relevance | path

Searched refs:toolHeight (Results 1 - 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_compatible.h138 int32_t toolHeight; member
H A Devent_converter.cpp84 event.actionTouch.toolHeight = origin.actionTouchPoint.toolHeight; in ConvertToTouchEvent()
109 (*points)[index].toolHeight = touchPoints[index].toolHeight; in ConvertToTouchEvent()
/foundation/multimodalinput/input/test/facility/libinput_interface/include/
H A Dlibinput_interface.h76 double toolHeight; member
/foundation/multimodalinput/input/service/touch_event_normalize/src/
H A Dtouchpad_transform_processor.cpp87 double toolHeight = libinput_event_touchpad_get_tool_height(touchpad); in OnEventTouchPadDown() local
105 item.SetToolHeight(static_cast<int32_t>(toolHeight)); in OnEventTouchPadDown()
141 double toolHeight = libinput_event_touchpad_get_tool_height(touchpad); in OnEventTouchPadMotion() local
157 item.SetToolHeight(static_cast<int32_t>(toolHeight)); in OnEventTouchPadMotion()
/foundation/multimodalinput/input/frameworks/proxy/events/test/
H A Dpointer_event_test.cpp640 int32_t toolHeight = 40; in HWTEST_F() local
644 ASSERT_NO_FATAL_FAILURE(item.SetToolHeight(toolHeight)); in HWTEST_F()
645 ASSERT_EQ(item.GetToolHeight(), toolHeight); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h145 ArkUI_Float32 toolHeight; member

Completed in 41 milliseconds