Home
last modified time | relevance | path

Searched refs:touchCallback (Results 1 – 25 of 47) sorted by relevance

12

/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/
H A D_input___interceptor_event_callback.md21 | [Input_TouchEventCallback](input.md#input_toucheventcallback) [touchCallback](#touchcallback) | 触…
50 ### touchCallback subsection
53 Input_TouchEventCallback Input_InterceptorEventCallback::touchCallback
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/
H A D_input___interceptor_event_callback.md21 | [Input_TouchEventCallback](input.md#input_toucheventcallback) [touchCallback](#touchcallback) | C…
50 ### touchCallback subsection
53 Input_TouchEventCallback Input_InterceptorEventCallback::touchCallback
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.h51 RectCallback(OutOfRectGetRectCallback rectGetCallback, OutOfRectTouchCallback touchCallback, in RectCallback()
53 : rectGetCallback(std::move(rectGetCallback)), touchCallback(std::move(touchCallback)), in RectCallback()
58 OutOfRectTouchCallback touchCallback; member
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp530 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc7bbfc8d0202() variable
531 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
824 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc7bbfc8d0302() variable
825 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
875 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc7bbfc8d0402() variable
876 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
931 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc7bbfc8d0502() variable
979 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc7bbfc8d0602() variable
1148 auto touchCallback = touchListener->callback_; variable
1159 touchCallback(info);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_item_pattern.cpp195 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitPressEvent() local
203 auto touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitPressEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_arrow_pattern.cpp145 auto touchCallback = [weak = WeakClaim(this), buttonNode](const TouchEventInfo& info) { in InitEvent() local
150 buttonTouchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dsystem_window_scene.cpp223 auto touchCallback = [weakSession = wptr(session_)](TouchEventInfo& info) { in RegisterResponseRegionCallback() local
230 gestureHub->SetTouchEvent(std::move(touchCallback)); in RegisterResponseRegionCallback()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dtoggle_button_pattern.cpp186 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
199 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
H A Dbutton_pattern.cpp230 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
243 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
/ohos5.0/docs/zh-cn/application-dev/device/input/
H A Dinterceptor-guidelines.md173 g_eventCallback.touchCallback = OnTouchEventCallback;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
H A Dprogress_pattern.cpp154 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
159 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_event_test_ng.cpp343 auto touchCallback = [](const TouchEventInfo& info) {}; in __anon94f16cf40f02() variable
344 …ventImpl> touchEvent_ = AccessibilityManager::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.cpp210 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in RegisterOnTouch() local
215 auto touchEvent = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in RegisterOnTouch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_pattern.cpp386 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
397 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp448 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc0046c010202() variable
449 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
600 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc0046c010302() variable
601 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
633 auto touchCallback = [](TouchEventInfo& info) {}; in __anonc0046c010402() variable
634 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_column_pattern.cpp137 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in ParseTouchListener() local
156 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in ParseTouchListener()
220 auto touchCallback = [weak = WeakClaim(this), toss](const TouchEventInfo& info) { in CreateItemTouchEventListener() local
245 auto listener = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in CreateItemTouchEventListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp163 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
175 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
1570 auto touchCallback = [weak = WeakClaim(this)](TouchEventInfo& info) { in AddPopupTouchListener() local
1585 gesture->AddTouchEvent(MakeRefPtr<TouchEventImpl>(std::move(touchCallback))); in AddPopupTouchListener()
1593 auto touchCallback = [weak = WeakClaim(this), index](const TouchEventInfo& info) { in AddListItemClickListener() local
1603 gestureHub->AddTouchEvent(MakeRefPtr<TouchEventImpl>(std::move(touchCallback))); in AddListItemClickListener()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_column_pattern.cpp205 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in ParseTouchListener() local
224 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in ParseTouchListener()
291 auto touchCallback = [weak = WeakClaim(this), toss](const TouchEventInfo& info) { in CreateItemTouchEventListener() local
316 auto listener = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in CreateItemTouchEventListener()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Devent_manager_test_ng.cpp542 auto touchCallback = []() -> void {}; in __anon97ae3e060b02() variable
544 …std::vector<RectCallback> rectCallbackList { RectCallback(rectGetCallback1, touchCallback, mouseCa…
545 RectCallback(rectGetCallback2, touchCallback, mouseCallback) };
559 …rectCallbackList = vector<RectCallback>({ RectCallback(rectGetCallback1, touchCallback, mouseCallb…
H A Dgesture_event_hub_test_ng.cpp121 auto touchCallback = [](TouchEventInfo& info) {}; in __anon9b9e2c480102() variable
122 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
161 auto touchCallback = [](TouchEventInfo& info) {}; in __anon9b9e2c480202() variable
162 auto touchEvent = AceType::MakeRefPtr<TouchEventImpl>(std::move(touchCallback));
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_pattern.cpp198 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitOnTouch() local
203 onTouchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitOnTouch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_pattern.cpp288 auto touchCallback = [weak = WeakClaim(this), buttonNodeWK = WeakPtr<FrameNode>(buttonNode)] in RegisterButtonOnTouch() local
296 auto touchEvent = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in RegisterButtonOnTouch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp158 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local
169 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
/ohos5.0/docs/en/application-dev/device/input/
H A Dinterceptor-guidelines.md173 g_eventCallback.touchCallback = OnTouchEventCallback;
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_input_manager.h322 Input_TouchEventCallback touchCallback; member

12