/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | _input___interceptor_event_callback.md | 21 | [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.md | 21 | [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 D | event_manager.h | 51 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 D | button_test_ng.cpp | 530 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 D | grid_item_pattern.cpp | 195 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 D | swiper_arrow_pattern.cpp | 145 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 D | system_window_scene.cpp | 223 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 D | toggle_button_pattern.cpp | 186 auto touchCallback = [weak = WeakClaim(this)](const TouchEventInfo& info) { in InitTouchEvent() local 199 touchListener_ = MakeRefPtr<TouchEventImpl>(std::move(touchCallback)); in InitTouchEvent()
|
H A D | button_pattern.cpp | 230 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 D | interceptor-guidelines.md | 173 g_eventCallback.touchCallback = OnTouchEventCallback;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.cpp | 154 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 D | scroll_event_test_ng.cpp | 343 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 D | option_pattern.cpp | 210 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 D | switch_pattern.cpp | 386 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 D | search_test_ng.cpp | 448 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 D | datepicker_column_pattern.cpp | 137 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 D | indexer_pattern.cpp | 163 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 D | timepicker_column_pattern.cpp | 205 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 D | event_manager_test_ng.cpp | 542 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 D | gesture_event_hub_test_ng.cpp | 121 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 D | security_component_pattern.cpp | 198 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 D | bubble_pattern.cpp | 288 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 D | checkboxgroup_pattern.cpp | 158 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 D | interceptor-guidelines.md | 173 g_eventCallback.touchCallback = OnTouchEventCallback;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/ |
H A D | oh_input_manager.h | 322 Input_TouchEventCallback touchCallback; member
|