Home
last modified time | relevance | path

Searched refs:TOUCH_UP (Results 1 - 16 of 16) sorted by relevance

/foundation/multimodalinput/input/service/gesturesense_wrapper/include/
H A Dgesturesense_wrapper.h31 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 Draw_recognizer.h41 constexpr uint32_t TOUCH_UP = 2; member
79 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_UP] = onTouchUp; in SetOnTouchUp()
H A Draw_recognizer.cpp46 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 Dtouch_listener_component.h79 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 Drender_touch_listener.cpp81 rawRecognizer_->SetCatchEventCallback(event, EventStage::CAPTURE, EventType::TOUCH_UP); in Update()
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Dinjecting_executor.cpp35 case CommandType::TOUCH_UP: in GetPointerActionFromCommandType()
52 return CommandType::TOUCH_UP; in GetCommandTypeFromPointerAction()
H A Draw_input_command.cpp39 case CommandType::TOUCH_UP: in GetCommandTypeName()
57 case CommandType::TOUCH_UP: in GetReadableCommandTypeName()
H A Draw_input_command.h27 enum class CommandType : size_t { TOUCH_DOWN = 0, TOUCH_UP, TOUCH_MOVE, TOUCH_CANCEL, COMMAND_WAIT, UNKNOWN }; member in OHOS::Ace::CommandType
H A Draw_input_injector.cpp144 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 Dgesturesense_wrapper.cpp52 touchUp_ = (TOUCH_UP)dlsym(gesturesenseWrapperHandle_, "TouchUp"); in InitGestureSenseWrapper()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp216 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 Ddom_node.h770 } 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 Ddom_node.cpp1752 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 Dhgm_frame_rate_manager.h54 TOUCH_UP = 4,
H A Dhgm_frame_rate_manager.cpp802 } 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 Dtreeview.js104 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: {

Completed in 17 milliseconds