Home
last modified time | relevance | path

Searched refs:TOUCH_DOWN (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp128 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_DOWN, touchCount);
142 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_DOWN, touchCount);
155 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_DOWN, touchCount);
188 frameRateMgr.HandleTouchEvent(appPid, TouchStatus::TOUCH_DOWN, touchCount);
241 …s.push_back(std::thread([&] () { frameRateMgr.HandleTouchEvent(i, TouchStatus::TOUCH_DOWN, 1); })); in __anon743f33730902()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.h39 constexpr uint32_t TOUCH_DOWN = 0; variable
69 onEventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_DOWN] = onTouchDown; in SetOnTouchDown()
H A Draw_recognizer.cpp39 auto callback = onEventCallbacks_[stage][EventType::TOUCH_DOWN]; in HandleRawEvent()
74 catchCallback = catcheventCallbacks_[EventStage::CAPTURE][EventType::TOUCH_DOWN]; in DispatchEvent()
95 catchCallback = catcheventCallbacks_[EventStage::BUBBLE][EventType::TOUCH_DOWN]; in HandleEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/touch_listener/
H A Dtouch_listener_component.h71 eventIds_[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_DOWN] = onTouchDownId; in SetOnTouchDownId()
97 return eventIds_[EventAction::ON][EventStage::BUBBLE][EventType::TOUCH_DOWN]; in GetOnTouchDownId()
H A Drender_touch_listener.cpp79 …if (!touchComponent->GetEvent(EventAction::CATCH, EventStage::CAPTURE, EventType::TOUCH_DOWN).IsEm… in Update()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5406.c106 …if ((frame->fingers[i].status == TOUCH_DOWN || frame->fingers[i].status == TOUCH_CONTACT) && (poin… in ParsePointData()
151 frame->definedEvent = TOUCH_DOWN; in ChipDataHandle()
232 if ((frame->definedEvent == TOUCH_DOWN) || (frame->definedEvent == TOUCH_CONTACT)) { in ChipWorkPoll()
H A Dtouch_ft6336.c79 …if ((frame->fingers[i].status == TOUCH_DOWN || frame->fingers[i].status == TOUCH_CONTACT) && (poin… in ParsePointData()
H A Dtouch_ft5x06.c255 if ((frame->fingers[i].status == TOUCH_DOWN || frame->fingers[i].status == TOUCH_CONTACT) in ParsePointData()
H A Dtouch_gt911.c224 frame->definedEvent = TOUCH_DOWN; in ChipDataHandle()
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_touch.h34 TOUCH_DOWN, // 0 enumerator
H A Dhdf_touch.c353 if ((frame->definedEvent == TOUCH_DOWN) || (frame->definedEvent == TOUCH_CONTACT)) { in InputFrameReport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.h774 …e if (action == EventAction::ON && stage == EventStage::CAPTURE && type == EventType::TOUCH_DOWN) { in GetTouchId()
782 …if (action == EventAction::CATCH && stage == EventStage::BUBBLE && type == EventType::TOUCH_DOWN) { in GetTouchId()
790 …f (action == EventAction::CATCH && stage == EventStage::CAPTURE && type == EventType::TOUCH_DOWN) { in GetTouchId()
798 …se if (action == EventAction::ON && stage == EventStage::BUBBLE && type == EventType::TOUCH_DOWN) { in GetTouchId()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.h52 TOUCH_DOWN = 2, enumerator
H A Dhgm_frame_rate_manager.cpp803 if (touchStatus == TOUCH_DOWN || touchStatus == TOUCH_PULL_DOWN) { in HandleTouchEvent()
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/input_template/
H A Dinput_driver_source.template63 frame->definedEvent = TOUCH_DOWN;
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-outerdriver-demo.md247 frame->definedEvent = TOUCH_DOWN;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-touch-des.md323 frame->definedEvent = TOUCH_DOWN;
/ohos5.0/foundation/arkui/advanced_ui_component/interface/treeview/
H A Dtreeview.js159 e[e.TOUCH_DOWN=0] = "TOUCH_DOWN";
2864 … this.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.handleEvent(r.TOUCH_DOWN, o)
3245 … this.listNodeDataSource.getIsTouchDown() || t.listNodeDataSource.handleEvent(r.TOUCH_DOWN, o)
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets250 TOUCH_DOWN = 0,
1674 …if (event === Event.TOUCH_DOWN || event === Event.TOUCH_UP || event === Event.MOUSE_BUTTON_RIGHT) {
1681 case Event.TOUCH_DOWN:
2807 that.listNodeDataSource.handleEvent(Event.TOUCH_DOWN, index);
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-touch-des.md325 frame->definedEvent = TOUCH_DOWN;
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-outerdriver-demo.md246 frame->definedEvent = TOUCH_DOWN;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/interfaces/
H A Dtreeview.js2198 …if (event === Event.TOUCH_DOWN || event === Event.TOUCH_UP || event === Event.MOUSE_BUTTON_RIGHT) {
2209 case Event.TOUCH_DOWN:
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets77 TOUCH_DOWN = 0,
2497 …if (event === Event.TOUCH_DOWN || event === Event.TOUCH_UP || event === Event.MOUSE_BUTTON_RIGHT) {
2510 case Event.TOUCH_DOWN: