Home
last modified time | relevance | path

Searched defs:fingerId (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dclick_info.h26 explicit ClickInfo(int32_t fingerId) : TouchLocationInfo("onClick", fingerId) {} in ClickInfo()
H A Ddrag_recognizer.h37 explicit DragStartInfo(int32_t fingerId) : TouchLocationInfo("onDragStart", fingerId) {} in DragStartInfo()
45 explicit DragUpdateInfo(int32_t fingerId) : TouchLocationInfo("onDragUpdate", fingerId) {} in DragUpdateInfo()
80 explicit DragEndInfo(int32_t fingerId) : TouchLocationInfo("onDragEnd", fingerId) {} in DragEndInfo()
H A Dpress_recognizer.h29 explicit PressInfo(int32_t fingerId) : TouchLocationInfo("onPress", fingerId) {} in PressInfo()
H A Dlong_press_recognizer.h29 explicit LongPressInfo(int32_t fingerId) : TouchLocationInfo("onLongPress", fingerId) {} in LongPressInfo()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_focus_test_ng.cpp848 int32_t fingerId = 0; variable
875 int32_t fingerId = 0; variable
904 int32_t fingerId = 0; variable
931 int32_t fingerId = 0; variable
961 int32_t fingerId = 0; variable
988 int32_t fingerId = 0; variable
1017 int32_t fingerId = 0; variable
1047 int32_t fingerId = 0; variable
1078 int32_t fingerId = 0; variable
1105 int32_t fingerId = 0; variable
H A Dweb_pattern_test.cpp242 int32_t fingerId = 0; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.h35 explicit LongPressInfo(int32_t fingerId) : TouchLocationInfo("onLongPress", fingerId) {} in LongPressInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h582 explicit TouchLocationInfo(int32_t fingerId) : BaseEventInfo("default") in TouchLocationInfo()
586 explicit TouchLocationInfo(const std::string& type, int32_t fingerId) : BaseEventInfo(type) in TouchLocationInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp935 int32_t fingerId = -1; in HandleTouchUp() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_common_ffi.h118 int32_t fingerId; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp662 int32_t fingerId = -1; in HandleTouchUp() local