Home
last modified time | relevance | path

Searched defs:touchType (Results 1 – 25 of 50) sorted by relevance

12

/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
Dindexer_test_ng.cpp80 void IndexerTestNg::OnPopupTouchDown(TouchType touchType) in OnPopupTouchDown()
96 void IndexerTestNg::ListItemClick(int32_t clickIndex, TouchType touchType) in ListItemClick()
Dindexer_select_test_ng.cpp31 void Touch(TouchType touchType, float locationY) in Touch()
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
Drich_editor_pattern_testthree_ng.cpp513 auto touchType = touchInfo.GetTouchType(); variable
533 auto touchType = touchInfo.GetTouchType(); variable
553 auto touchType = touchInfo.GetTouchType(); variable
573 auto touchType = touchInfo.GetTouchType(); variable
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Drender_xcomponent.cpp100 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()
/foundation/arkui/ace_engine/frameworks/core/components/transform/
Dclick_spring_effect.cpp50 void ClickSpringEffect::ShowAnimation(TouchType touchType, ClickSpringEffectType type) in ShowAnimation()
Drender_transform.cpp493 … const TouchEventInfo&, TouchType touchType, ClickSpringEffectType effectType) { in SetTouchHandle()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
Dtext_base.cpp89 auto touchType = info.GetTouches().front().GetTouchType(); in DoGestureSelection() local
Dbase_text_select_overlay.h255 bool IsMouseClickDown(SourceType sourceType, TouchType touchType) in IsMouseClickDown()
260 bool IsTouchUp(SourceType sourceType, TouchType touchType) in IsTouchUp()
Dbase_text_select_overlay.cpp207 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
Dtext_select_overlay.cpp393 void TextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, bool t… in OnHandleGlobalTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_context_select_overlay.cpp150 void WebContextSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, … in OnHandleGlobalTouchEvent()
/foundation/arkui/ace_engine/test/unittest/core/pattern/
Dtest_ng.cpp103 TouchEventInfo TestNG::CreateTouchEventInfo(TouchType touchType, Offset location) in CreateTouchEventInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
Dsheet_drag_bar_pattern.cpp176 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/
Dimage_analyzer.h73 TouchType touchType = TouchType::CANCEL; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/hyperlink/
Dhyperlink_pattern.cpp204 auto touchType = touchInfo.GetTouchType(); in OnTouchEvent() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
Dmenu_patternEx_test_ng.cpp239 TouchType touchType = TouchType::UP; variable
260 TouchType touchType = TouchType::UP; variable
302 TouchType touchType = TouchType::UP; variable
1002 TouchType touchType = TouchType::UP; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_item_pattern.cpp198 auto touchType = info.GetTouches().front().GetTouchType(); in InitPressEvent() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dimage_analyzer_manager.cpp348 …ImageAnalyzerManager::UpdateOverlayTouchInfo(int touchPointX, int touchPointY, TouchType touchType) in UpdateOverlayTouchInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
Dswiper_arrow_pattern.cpp214 void SwiperArrowPattern::ButtonTouchEvent(RefPtr<FrameNode> buttonNode, TouchType touchType) in ButtonTouchEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
Ddrag_bar_pattern.cpp284 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
Dbubble_pattern.cpp170 auto touchType = info.GetTouches().front().GetTouchType(); in HandleTouchEvent() local
303 auto touchType = info.GetTouches().front().GetTouchType(); in ButtonOnPress() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_tabs_feature.cpp44 auto touchType = info.GetTouches().front().GetTouchType(); in HandleOnTouchEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_pattern.cpp194 auto touchType = info.GetTouches().front().GetTouchType(); in OnPress() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
Dxcomponent_pattern.cpp81 OH_NativeXComponent_TouchEventType ConvertNativeXComponentTouchEvent(const TouchType& touchType) in ConvertNativeXComponentTouchEvent()
1091 auto touchType = touchInfoList.front().GetTouchType(); in HandleTouchEvent() local
1213 …t std::list<TouchLocationInfo>& touchInfoList, const int64_t timeStamp, const TouchType& touchType) in SetTouchPoint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_select_overlay.cpp119 void TextFieldSelectOverlay::OnHandleGlobalTouchEvent(SourceType sourceType, TouchType touchType, b… in OnHandleGlobalTouchEvent()

12