/foundation/multimodalinput/input/service/gesturesense_wrapper/include/ |
H A D | gesturesense_wrapper.h | 31 typedef int32_t (*TOUCH_UP)(const std::vector<float> &, const std::vector<int64_t> &, bool, bool); typedef in OHOS::MMI::final 33 TOUCH_UP touchUp_ { nullptr };
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | raw_recognizer.h | 41 constexpr uint32_t TOUCH_UP = 2; member 79 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_UP] = onTouchUp; in SetOnTouchUp()
|
H A D | raw_recognizer.cpp | 46 auto callback = onEventCallbacks_[stage][EventType::TOUCH_UP]; in HandleRawEvent() 78 catchCallback = catcheventCallbacks_[EventStage::CAPTURE][EventType::TOUCH_UP]; in DispatchEvent() 99 catchCallback = catcheventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_UP]; in HandleEvent()
|
/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/ |
H A D | touch_listener_component.h | 79 eventIds_[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_UP] = onTouchUpId; in SetOnTouchUpId() 105 return eventIds_[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_UP]; in GetOnTouchUpId()
|
H A D | render_touch_listener.cpp | 81 rawRecognizer_->SetCatchEventCallback(event, EventStage::CAPTURE, EventType::TOUCH_UP); in Update()
|
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/ |
H A D | injecting_executor.cpp | 35 case CommandType::TOUCH_UP: in GetPointerActionFromCommandType() 52 return CommandType::TOUCH_UP; in GetCommandTypeFromPointerAction()
|
H A D | raw_input_command.cpp | 39 case CommandType::TOUCH_UP: in GetCommandTypeName() 57 case CommandType::TOUCH_UP: in GetReadableCommandTypeName()
|
H A D | raw_input_command.h | 27 enum class CommandType : size_t { TOUCH_DOWN = 0, TOUCH_UP, TOUCH_MOVE, TOUCH_CANCEL, COMMAND_WAIT, UNKNOWN }; member in OHOS::Ace::CommandType
|
H A D | raw_input_injector.cpp | 144 packRet = PackSingleCommandToQueueFromCurrentPos(CommandType::TOUCH_UP, argc, argv); in ParseAndPackCommandForTouch() 202 case CommandType::TOUCH_UP: in PackSingleCommandToQueueFromCurrentPos() 558 case CommandType::TOUCH_UP: in UpdatePointerStatusByPointerAction()
|
/foundation/multimodalinput/input/service/gesturesense_wrapper/src/ |
H A D | gesturesense_wrapper.cpp | 52 touchUp_ = (TOUCH_UP)dlsym(gesturesenseWrapperHandle_, "TouchUp"); in InitGestureSenseWrapper()
|
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hgm_frame_rate_manager_test.cpp | 216 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_UP, touchCount); in HWTEST_F() 228 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_UP, touchCount); in HWTEST_F() 239 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_UP, touchCount); in HWTEST_F() 273 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_UP, touchCount); in HWTEST_F() 322 frameRateMgr.HandleTouchEvent(i, TouchStatus::TOUCH_UP, 1); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 770 } else if (action == EventAction::ON && stage == EventStage::CAPTURE && type == EventType::TOUCH_UP) { in GetTouchId() 778 } else if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH_UP) { in GetTouchId() 786 } else if (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUCH_UP) { in GetTouchId() 794 } else if (action == EventAction::ON && stage == EventStage::BUBBLE && type == EventType::TOUCH_UP) { in GetTouchId()
|
H A D | dom_node.cpp | 1752 domNode->OnActive(type != EventType::TOUCH_UP && type != EventType::TOUCH_CANCEL); in PrepareTouchEvent()
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.h | 54 TOUCH_UP = 4,
|
H A D | hgm_frame_rate_manager.cpp | 802 } else if (touchStatus == TOUCH_UP || touchStatus == TOUCH_PULL_UP) { in HandleTouchEvent() 1398 HandleTouchEvent(DEFAULT_PID, TouchStatus::TOUCH_UP, LAST_TOUCH_CNT); in CleanVote()
|
/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/ |
H A D | treeview.js | 104 Event[Event['TOUCH_UP'] = 1] = 'TOUCH_UP'; 1534 this.listNodeDataSource.i9(Event.TOUCH_UP, l15); 2205 if (event === Event.TOUCH_DOWN || event === Event.TOUCH_UP || event === Event.MOUSE_BUTTON_RIGHT) { 2221 case Event.TOUCH_UP: {
|