Home
last modified time | relevance | path

Searched refs:GetFingerList (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp208 auto fingureIterator = std::begin(info.GetFingerList()); in ConvertTouchPointsToPoints()
209 auto fingureEnd = std::end(info.GetFingerList()); in ConvertTouchPointsToPoints()
296 auto fingerList = info->GetFingerList(); in GetBaseGestureEvent()
382 auto fingureBegin = std::begin(info.GetFingerList()); in ConvertIMMEventToMouseEvent()
383 auto fingureEnd = std::end(info.GetFingerList()); in ConvertIMMEventToMouseEvent()
402 auto fingureBegin = std::begin(info.GetFingerList()); in ConvertIMMEventToAxisEvent()
403 auto fingureEnd = std::end(info.GetFingerList()); in ConvertIMMEventToAxisEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h29 const std::list<FingerInfo>& GetFingerList() const in GetFingerList() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_gesture_function.cpp80 const std::list<FingerInfo>& fingerList = info.GetFingerList(); in CreateFingerListArray()
H A Djs_gesture_judge_function.cpp186 const std::list<FingerInfo>& fingerList = info->GetFingerList(); in CreateGestureEventObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h140 const std::list<FingerInfo>& GetFingerList() const in GetFingerList() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp86 auto& fingerList = event.GetFingerList(); in FormatGestureEvenFunction()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Dui_observer_listener.cpp507 const std::list<FingerInfo>& fingerList = gestureEventInfo.GetFingerList(); in AddFingerListInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_month_pattern.cpp220 auto localLocation = info.GetFingerList().begin()->localLocation_; in InitClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.cpp1079 if (event.GetFingerList().size() > 1) { in HandleDragMove()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_pattern.cpp847 auto fingerList = info.GetFingerList(); in HandlingGestureEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp1213 if (info->GetFingerList().empty()) { in InitClickEvent()
1216 auto localLocation = info->GetFingerList().begin()->localLocation_; in InitClickEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6096 const std::list<FingerInfo>& fingerList = info->GetFingerList(); in CreateGestureEventInfo()
6549 const std::list<FingerInfo>& fingerList = info.GetFingerList(); in CreateFingerListArray()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3282 longPressFingerNum_ = info.GetFingerList().size(); in HandleLongPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp3438 if (info.GetFingerList().size() > 1) { in HandleLongPress()