/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/ |
H A D | indexer_test_ng.cpp | 80 void IndexerTestNg::OnPopupTouchDown(TouchType touchType) in OnPopupTouchDown() 96 void IndexerTestNg::ListItemClick(int32_t clickIndex, TouchType touchType) in ListItemClick()
|
H A D | indexer_select_test_ng.cpp | 31 void Touch(TouchType touchType, float locationY) in Touch()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/ |
H A D | rich_editor_pattern_testthree_ng.cpp | 512 auto touchType = touchInfo.GetTouchType(); variable 532 auto touchType = touchInfo.GetTouchType(); variable 552 auto touchType = touchInfo.GetTouchType(); variable 572 auto touchType = touchInfo.GetTouchType(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/ |
H A D | click_spring_effect.cpp | 50 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation()
|
H A D | render_transform.cpp | 493 … const TouchEventInfo&, TouchType touchType, ClickSpringEffectType effectType) { in SetTouchHandle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/ |
H A D | render_xcomponent.cpp | 100 void RenderXComponent::HandleTouchEvent(const TouchEventInfo& info, const TouchType& touchType) in HandleTouchEvent() 150 …t std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) in SetTouchPoint() 196 …nent_TouchEventType RenderXComponent::ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | base_text_select_overlay.h | 261 bool IsMouseClickDown(SourceType sourceType, TouchType touchType) in IsMouseClickDown() 266 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp()
|
H A D | text_base.cpp | 140 auto touchType = info.GetTouches().front().GetTouchType(); in DoGestureSelection() local
|
H A D | base_text_select_overlay.cpp | 207 void BaseTextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bo… in OnHandleGlobalTouchEvent() 305 … selectionInfo.eventFilter = [weak = WeakClaim(this)](SourceType sourceType, TouchType touchType) { in SetSelectionHoldCallback() 660 bool BaseTextSelectOverlay::IsAcceptResetSelectionEvent(SourceType sourceType, TouchType touchType) in IsAcceptResetSelectionEvent() 898 auto touchType = info.GetTouches().front().GetTouchType(); in IsTouchAtHandle() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_context_select_overlay.cpp | 150 void WebContextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/ |
H A D | test_ng.cpp | 103 TouchEventInfo TestNG::CreateTouchEventInfo(TouchType touchType, Offset location) in CreateTouchEventInfo()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | image_analyzer.h | 73 TouchType touchType = TouchType::CANCEL; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.cpp | 176 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/ |
H A D | hyperlink_pattern.cpp | 204 auto touchType = touchInfo.GetTouchType(); in OnTouchEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menu_patternEx_test_ng.cpp | 239 TouchType touchType = TouchType::UP; variable 260 TouchType touchType = TouchType::UP; variable 302 TouchType touchType = TouchType::UP; variable 1002 TouchType touchType = TouchType::UP; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_pattern.cpp | 198 auto touchType = info.GetTouches().front().GetTouchType(); in InitPressEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_analyzer_manager.cpp | 348 …ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_arrow_pattern.cpp | 217 void SwiperArrowPattern::ButtonTouchEvent(RefPtr<FrameNode> buttonNode, TouchType touchType) in ButtonTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | drag_bar_pattern.cpp | 284 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_pattern.cpp | 171 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local 304 auto touchType = info.GetTouches().front().GetTouchType(); in ButtonOnPress() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navdestination_scrollable_processor.cpp | 133 auto touchType = touches.front().GetTouchType(); in HandleOnTouchEvent() local
|
H A D | js_tabs_feature.cpp | 44 auto touchType = info.GetTouches().front().GetTouchType(); in HandleOnTouchEvent() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/ |
H A D | progress_pattern.cpp | 194 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_pattern.cpp | 79 OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent() 1103 auto touchType = touchInfoList.front().GetTouchType(); in HandleTouchEvent() local 1210 …t std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) in SetTouchPoint()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_select_overlay.cpp | 416 void RichEditorSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()
|