/foundation/arkui/ace_engine/adapter/preview/external/multimodalinput/ |
H A D | common_type.h | 34 FINGER = 1, member in OHOS::MMI::SourceType::SourceTool
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/include/ |
H A D | js_touch_event.h | 38 FINGER = 0, member in OHOS::MMI::final::ToolType
|
/foundation/multimodalinput/input/frameworks/napi/touch_event/src/ |
H A D | js_touch_event.cpp | 64 DECLARE_NAPI_STATIC_PROPERTY("FINGER", GetNapiInt32(env, static_cast<int32_t>(ToolType::FINGER))), in Export()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
H A D | js_gesture_function.cpp | 85 if (fingerInfo.sourceType_ == SourceType::TOUCH && fingerInfo.sourceTool_ == SourceTool::FINGER) { in CreateFingerListArray()
|
H A D | js_gesture_judge_function.cpp | 191 if (fingerInfo.sourceType_ == SourceType::TOUCH && fingerInfo.sourceTool_ == SourceTool::FINGER) { in CreateGestureEventObject()
|
/foundation/arkui/ace_engine/frameworks/core/event/ |
H A D | ace_events.h | 43 FINGER = 1, member in OHOS::Ace::KeyCode::SourceTool
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.cpp | 186 dragInfo_.SetSourceTool(SourceTool::FINGER); in DragStart()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testone_ng.cpp | 1021 richEditorPattern->HandleOnlyImageSelected(globalOffset, SourceTool::FINGER); in HWTEST_F() 1025 richEditorPattern->HandleOnlyImageSelected(globalOffset, SourceTool::FINGER); in HWTEST_F() 1198 info.SetSourceTool(SourceTool::FINGER); in HWTEST_F()
|
H A D | rich_editor_pattern_testfour_ng.cpp | 943 richEditorPattern->HandleOnlyImageSelected(globalOffset, SourceTool::FINGER); in HWTEST_F() 945 richEditorPattern->HandleOnlyImageSelected(globalOffset, SourceTool::FINGER); in HWTEST_F() 950 richEditorPattern->HandleOnlyImageSelected(globalOffset, SourceTool::FINGER); in HWTEST_F()
|
H A D | rich_editor_pattern_testtwo_ng.cpp | 459 info.sourceTool_ = SourceTool::FINGER; in HWTEST_F() 476 info.sourceTool_ = SourceTool::FINGER; in HWTEST_F()
|
H A D | rich_editor_overlay_test_ng.cpp | 960 touchEventInfo.SetSourceTool(SourceTool::FINGER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 27 case SourceTool::FINGER: in ConvertNativeXComponentTouchToolType()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_pattern_testthree.cpp | 302 touchEvent.sourceTool = SourceTool::FINGER; in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_inner_event_test_ng.cpp | 101 gesture.SetSourceTool(SourceTool::FINGER); in DragScrollBarStart()
|
H A D | scroll_event_test_ng.cpp | 353 info.SetSourceTool(SourceTool::FINGER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | action.cpp | 81 pointerEvent->sourceTool = OHOS::MMI::SourceTool::FINGER; in DispatchPointerEvent()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_column_test_one_ng.cpp | 983 event.sourceTool_ = SourceTool::FINGER; in HWTEST_F() 1060 event.sourceTool_ = SourceTool::FINGER; in HWTEST_F()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 36 return SourceTool::FINGER; in GetSourceTool()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/ |
H A D | xcomponent_test_ng.cpp | 411 SourceTool::FINGER, in HWTEST_F() member in OHOS::Ace::NG::SourceTool
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 98 case SourceTool::FINGER: in ConvertNativeXComponentTouchToolType()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_test_ng.cpp | 278 info.SetSourceTool(SourceTool::FINGER); in HandleDrag()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 1982 if (GetCurrentDragTool() == SourceTool::FINGER) { in OnDragEnd() 2005 if (GetCurrentDragTool() == SourceTool::FINGER) { in OnDragEndNoChild()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_pattern.cpp | 2936 CHECK_NULL_VOID(sourceTool != SourceTool::FINGER); 2963 if (focusHub && sourceTool != SourceTool::FINGER) { 3429 if (isDoubleClick && info.GetSourceTool() == SourceTool::FINGER && IsSelected()) { 6634 CHECK_NULL_VOID(HasFocus() && sourceTool == SourceTool::FINGER);
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_test_ng.cpp | 1463 event.SetSourceTool(SourceTool::FINGER); in HWTEST_F() 1491 event.SetSourceTool(SourceTool::FINGER); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 6028 if (fingerInfo.sourceType_ == SourceType::TOUCH && fingerInfo.sourceTool_ == SourceTool::FINGER) { in CreateGestureEventInfo() 6473 if (fingerInfo.sourceType_ == SourceType::TOUCH && fingerInfo.sourceTool_ == SourceTool::FINGER) { in CreateFingerListArray()
|