/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | click_spring_effect.cpp | 48 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_select_test_ng.cpp | 31 void Touch(TouchType touchType, float locationY) in Touch() argument
|
H A D | indexer_test_ng.cpp | 80 void IndexerTestNg::OnPopupTouchDown(TouchType touchType) in OnPopupTouchDown() argument 96 void IndexerTestNg::ListItemClick(int32_t clickIndex, TouchType touchType) in ListItemClick() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 149 void WebContextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_base.cpp | 136 auto touchType = info.GetTouches().front().GetTouchType(); in DoGestureSelection() local
|
H A D | base_text_select_overlay.h | 267 bool IsMouseClickDown(SourceType sourceType, TouchType touchType) in IsMouseClickDown() argument 272 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp() argument
|
H A D | text_select_overlay.cpp | 396 void TextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside) in OnHandleGlobalTouchEvent() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_pattern.cpp | 170 auto touchType = info.GetTouches().front().GetTouchType(); in OnTouch() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_context_select_overlay_test.cpp | 724 TouchType touchType = TouchType::DOWN; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 98 void RenderXComponent::HandleTouchEvent(const TouchEventInfo& info, const TouchType& touchType) in HandleTouchEvent() argument 147 SetTouchPoint( const std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) SetTouchPoint() argument 194 ConvertNativeXComponentTouchEvent(const TouchType& touchType) ConvertNativeXComponentTouchEvent() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.cpp | 166 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.cpp | 204 auto touchType = touchInfo.GetTouchType(); in OnTouchEvent() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/select_content_overlay/ |
H A D | select_overlay_callback.h | 97 virtual void OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool touchInside = true) {}; in OnHandleGlobalTouchEvent() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tabs_feature.cpp | 44 auto touchType = info.GetTouches().front().GetTouchType(); in HandleOnTouchEvent() local
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_tester_impl.cpp | 254 void ComponentTestTesterImpl::GenericClick(float x, float y, const TouchType touchType, uint32_t duration) const in GenericClick() argument
|
H A D | action.h | 228 ClickAction(const NG::PointF point, const TouchType touchType, uint32_t duration = PRESS_HOLD_MS) in ClickAction() argument 241 MoveAction(const NG::PointF from, const NG::PointF to, const TouchType touchType, uint32_t speed = DEFAULT_SPEED, in MoveAction() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testthree_ng.cpp | 509 auto touchType = touchInfo.GetTouchType(); in HWTEST_F() local 529 auto touchType = touchInfo.GetTouchType(); in HWTEST_F() local 549 auto touchType = touchInfo.GetTouchType(); in HWTEST_F() local 569 auto touchType = touchInfo.GetTouchType(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_inner_event_test_ng.cpp | 61 void ScrollInnerEventTestNg::TouchOnScroll(TouchType touchType) in TouchOnScroll() argument 77 void ScrollInnerEventTestNg::TouchOnScrollBar(TouchType touchType, SourceType sourceType, Offset localLocation) in TouchOnScrollBar() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_image_analyzer_manager.cpp | 103 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_pattern.cpp | 224 void SwiperArrowPattern::ButtonTouchEvent(RefPtr<FrameNode> buttonNode, TouchType touchType) in ButtonTouchEvent() argument
|
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | image_analyzer.h | 75 TouchType touchType = TouchType::CANCEL; member
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.cpp | 107 TouchEventInfo TestNG::CreateTouchEventInfo(TouchType touchType, Offset location) in CreateTouchEventInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | drag_bar_pattern.cpp | 277 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 417 void ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_pattern.cpp | 270 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local
|